pub struct UuidCommand {
pub cmd: u32,
pub cmdsize: u32,
pub uuid: [u8; 16],
}Fields§
§cmd: u32§cmdsize: u32§uuid: [u8; 16]Implementations§
Trait Implementations§
Source§impl Clone for UuidCommand
impl Clone for UuidCommand
Source§fn clone(&self) -> UuidCommand
fn clone(&self) -> UuidCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UuidCommand
impl Debug for UuidCommand
Source§impl PartialEq for UuidCommand
impl PartialEq for UuidCommand
impl Eq for UuidCommand
impl StructuralPartialEq for UuidCommand
Auto Trait Implementations§
impl Freeze for UuidCommand
impl RefUnwindSafe for UuidCommand
impl Send for UuidCommand
impl Sync for UuidCommand
impl Unpin for UuidCommand
impl UnwindSafe for UuidCommand
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