Struct object::write::coff::FileHeader
source · pub struct FileHeader {
pub machine: u16,
pub time_date_stamp: u32,
pub characteristics: u16,
}Expand description
Shortened and native endian version of pe::ImageFileHeader.
Fields§
§machine: u16§time_date_stamp: u32§characteristics: u16Trait Implementations§
source§impl Clone for FileHeader
impl Clone for FileHeader
source§fn clone(&self) -> FileHeader
fn clone(&self) -> FileHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FileHeader
impl Debug for FileHeader
source§impl Default for FileHeader
impl Default for FileHeader
source§fn default() -> FileHeader
fn default() -> FileHeader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FileHeader
impl Send for FileHeader
impl Sync for FileHeader
impl Unpin for FileHeader
impl UnwindSafe for FileHeader
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