Struct object::pe::ImageResourceDirectory
source · #[repr(C)]pub struct ImageResourceDirectory {
pub characteristics: U32<LE>,
pub time_date_stamp: U32<LE>,
pub major_version: U16<LE>,
pub minor_version: U16<LE>,
pub number_of_named_entries: U16<LE>,
pub number_of_id_entries: U16<LE>,
}
Fields§
§characteristics: U32<LE>
§time_date_stamp: U32<LE>
§major_version: U16<LE>
§minor_version: U16<LE>
§number_of_named_entries: U16<LE>
§number_of_id_entries: U16<LE>
Trait Implementations§
source§impl Clone for ImageResourceDirectory
impl Clone for ImageResourceDirectory
source§fn clone(&self) -> ImageResourceDirectory
fn clone(&self) -> ImageResourceDirectory
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 ImageResourceDirectory
impl Debug for ImageResourceDirectory
impl Copy for ImageResourceDirectory
impl Pod for ImageResourceDirectory
Auto Trait Implementations§
impl RefUnwindSafe for ImageResourceDirectory
impl Send for ImageResourceDirectory
impl Sync for ImageResourceDirectory
impl Unpin for ImageResourceDirectory
impl UnwindSafe for ImageResourceDirectory
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