pub enum RBase {
Int,
Real,
Logical,
Raw,
String,
List,
Complex,
}Expand description
Base type for ALTREP vectors.
Variants§
Int
Integer vectors (INTSXP).
Real
Double vectors (REALSXP).
Logical
Logical vectors (LGLSXP).
Raw
Raw byte vectors (RAWSXP).
String
Character vectors (STRSXP).
List
Generic list vectors (VECSXP).
Complex
Complex vectors (CPLXSXP).
Trait Implementations§
impl Copy for RBase
impl Eq for RBase
impl StructuralPartialEq for RBase
Auto Trait Implementations§
impl Freeze for RBase
impl RefUnwindSafe for RBase
impl Send for RBase
impl Sync for RBase
impl Unpin for RBase
impl UnsafeUnpin for RBase
impl UnwindSafe for RBase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more