#[repr(C)]pub struct DylibCommand {
pub cmd: u32,
pub cmdsize: u32,
pub dylib: Dylib,
}Fields§
§cmd: u32LC_ID_DYLIB, LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, LC_REEXPORT_DYLIB
cmdsize: u32includes pathname string
dylib: Dylibthe library identification
Trait Implementations§
Source§impl Clone for DylibCommand
impl Clone for DylibCommand
Source§fn clone(&self) -> DylibCommand
fn clone(&self) -> DylibCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DylibCommand
Source§impl Debug for DylibCommand
impl Debug for DylibCommand
Source§impl<'a> IntoCtx<Endian> for &'a DylibCommand
impl<'a> IntoCtx<Endian> for &'a DylibCommand
Source§impl<'a> TryFromCtx<'a, Endian> for DylibCommandwhere
DylibCommand: 'a,
impl<'a> TryFromCtx<'a, Endian> for DylibCommandwhere
DylibCommand: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a DylibCommand
impl<'a> TryIntoCtx<Endian> for &'a DylibCommand
Auto Trait Implementations§
impl Freeze for DylibCommand
impl RefUnwindSafe for DylibCommand
impl Send for DylibCommand
impl Sync for DylibCommand
impl Unpin for DylibCommand
impl UnsafeUnpin for DylibCommand
impl UnwindSafe for DylibCommand
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