pub struct MiniElfSection {
pub virt: u32,
pub size: u32,
pub flags: MiniElfFlags,
pub name: String,
}Fields§
§virt: u32§size: u32§flags: MiniElfFlags§name: StringTrait Implementations§
Source§impl Debug for MiniElfSection
impl Debug for MiniElfSection
Auto Trait Implementations§
impl Freeze for MiniElfSection
impl RefUnwindSafe for MiniElfSection
impl Send for MiniElfSection
impl Sync for MiniElfSection
impl Unpin for MiniElfSection
impl UnwindSafe for MiniElfSection
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