pub struct FatBinary {
pub nb_macho: u32,
/* private fields */
}
Expand description
This structure represents a FAT Mach-O
Fields§
§nb_macho: u32
Implementations§
§impl FatBinary
impl FatBinary
pub fn iter(&self) -> FatBinaryIterator<'_> ⓘ
pub fn iter(&self) -> FatBinaryIterator<'_> ⓘ
Iterator over the crate::macho::Binary
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FatBinary
impl !Send for FatBinary
impl !Sync for FatBinary
impl Unpin for FatBinary
impl UnwindSafe for FatBinary
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