Struct twizzler_abi::exec::Segment
source · [−]Expand description
A particular segment of the loaded executable, corresponding to where the program headers were loaded into memory.
Fields
vaddr: usize
len: usize
Auto Trait Implementations
impl ObjSafe for Segment
impl RefUnwindSafe for Segment
impl Send for Segment
impl Sync for Segment
impl Unpin for Segment
impl UnwindSafe for Segment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more