pub struct MachOSections {
pub unwind_info: Option<SectionRef>,
pub eh_frame: Option<SectionRef>,
pub text: Option<SectionRef>,
}Expand description
Results of Mach-O section lookup.
Fields§
§unwind_info: Option<SectionRef>§eh_frame: Option<SectionRef>§text: Option<SectionRef>Auto Trait Implementations§
impl Freeze for MachOSections
impl RefUnwindSafe for MachOSections
impl Send for MachOSections
impl Sync for MachOSections
impl Unpin for MachOSections
impl UnsafeUnpin for MachOSections
impl UnwindSafe for MachOSections
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