pub struct CommandData {
pub data: u8,
}Fields§
§data: u8Trait Implementations§
Source§impl Debug for CommandData
impl Debug for CommandData
Source§impl PartialEq for CommandData
impl PartialEq for CommandData
impl StructuralPartialEq for CommandData
Auto Trait Implementations§
impl Freeze for CommandData
impl RefUnwindSafe for CommandData
impl Send for CommandData
impl Sync for CommandData
impl Unpin for CommandData
impl UnwindSafe for CommandData
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