pub enum SlmpValue {
Bool(bool),
U16(u16),
I16(i16),
U32(u32),
I32(i32),
F32(f32),
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for SlmpValue
Auto Trait Implementations§
impl Freeze for SlmpValue
impl RefUnwindSafe for SlmpValue
impl Send for SlmpValue
impl Sync for SlmpValue
impl Unpin for SlmpValue
impl UnsafeUnpin for SlmpValue
impl UnwindSafe for SlmpValue
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