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