pub struct UuidCommand {
pub cmd: LCLoadCommand,
pub cmdsize: u32,
pub uuid: Uuid,
}Fields§
§cmd: LCLoadCommand§cmdsize: u32§uuid: UuidTrait Implementations§
Source§impl Debug for UuidCommand
impl Debug for UuidCommand
Source§impl LoadCommandParser for UuidCommand
impl LoadCommandParser for UuidCommand
Source§impl PartialEq for UuidCommand
impl PartialEq for UuidCommand
Source§fn eq(&self, other: &UuidCommand) -> bool
fn eq(&self, other: &UuidCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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