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