pub enum RDSType {
U8,
U16,
U32,
U64,
I8,
I16,
I32,
I64,
F32,
F64,
C32,
C64,
}Expand description
Enumeration for the numerical type supported by RDS.
Variants§
Auto Trait Implementations§
impl Freeze for RDSType
impl RefUnwindSafe for RDSType
impl Send for RDSType
impl Sync for RDSType
impl Unpin for RDSType
impl UnwindSafe for RDSType
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