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