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