pub struct LcMain {
pub entryoff: u64,
pub stacksize: u64,
}Expand description
Body of LC_MAIN. Entry-point offset + initial stack size.
Fields§
§entryoff: u64§stacksize: u64Implementations§
Trait Implementations§
impl Copy for LcMain
impl Eq for LcMain
impl StructuralPartialEq for LcMain
Auto Trait Implementations§
impl Freeze for LcMain
impl RefUnwindSafe for LcMain
impl Send for LcMain
impl Sync for LcMain
impl Unpin for LcMain
impl UnsafeUnpin for LcMain
impl UnwindSafe for LcMain
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