#[repr(C)]pub struct linkedit_data_command {
pub cmd: uint32_t,
pub cmdsize: uint32_t,
pub dataoff: uint32_t,
pub datasize: uint32_t,
}Fields§
§cmd: uint32_t§cmdsize: uint32_t§dataoff: uint32_t§datasize: uint32_tTrait Implementations§
Source§impl Clone for linkedit_data_command
impl Clone for linkedit_data_command
Source§fn clone(&self) -> linkedit_data_command
fn clone(&self) -> linkedit_data_command
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 linkedit_data_command
impl Debug for linkedit_data_command
Source§impl Default for linkedit_data_command
impl Default for linkedit_data_command
impl Copy for linkedit_data_command
Auto Trait Implementations§
impl Freeze for linkedit_data_command
impl RefUnwindSafe for linkedit_data_command
impl Send for linkedit_data_command
impl Sync for linkedit_data_command
impl Unpin for linkedit_data_command
impl UnwindSafe for linkedit_data_command
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