pub enum TypedData {
Bool(bool),
U16(u16),
I16(i16),
U32(u32),
I32(i32),
F32(f32),
F64(f64),
}Expand description
Available typed-data for SLMP communication. It is used for all of write requests.
Variants§
Trait Implementations§
Source§impl PartialOrd for TypedData
impl PartialOrd for TypedData
impl Copy for TypedData
impl StructuralPartialEq for TypedData
Auto Trait Implementations§
impl Freeze for TypedData
impl RefUnwindSafe for TypedData
impl Send for TypedData
impl Sync for TypedData
impl Unpin for TypedData
impl UnwindSafe for TypedData
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)