pub struct SubUmbrellaCommand {
pub cmd: LCLoadCommand,
pub cmdsize: u32,
pub sub_umbrella: String,
}Fields§
§cmd: LCLoadCommand§cmdsize: u32§sub_umbrella: StringTrait Implementations§
Source§impl Debug for SubUmbrellaCommand
impl Debug for SubUmbrellaCommand
Source§impl PartialEq for SubUmbrellaCommand
impl PartialEq for SubUmbrellaCommand
Source§fn eq(&self, other: &SubUmbrellaCommand) -> bool
fn eq(&self, other: &SubUmbrellaCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SubUmbrellaCommand
impl StructuralPartialEq for SubUmbrellaCommand
Auto Trait Implementations§
impl Freeze for SubUmbrellaCommand
impl RefUnwindSafe for SubUmbrellaCommand
impl Send for SubUmbrellaCommand
impl Sync for SubUmbrellaCommand
impl Unpin for SubUmbrellaCommand
impl UnsafeUnpin for SubUmbrellaCommand
impl UnwindSafe for SubUmbrellaCommand
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