pub struct DosHeader {
pub e_magic: u16,
pub e_lfanew: u32,
}Expand description
DOS Header (MZ header)
Fields§
§e_magic: u16§e_lfanew: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DosHeader
impl RefUnwindSafe for DosHeader
impl Send for DosHeader
impl Sync for DosHeader
impl Unpin for DosHeader
impl UnwindSafe for DosHeader
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