Struct object::pe::ImageResourceDirectoryEntry [−][src]
#[repr(C)]pub struct ImageResourceDirectoryEntry { pub name_or_id: U32<LE>, pub offset_to_data_or_directory: U32<LE>, }
Fields
name_or_id: U32<LE>
offset_to_data_or_directory: U32<LE>
Trait Implementations
impl Clone for ImageResourceDirectoryEntry
[src]
impl Clone for ImageResourceDirectoryEntry
[src]fn clone(&self) -> ImageResourceDirectoryEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageResourceDirectoryEntry
[src]
impl Pod for ImageResourceDirectoryEntry
[src]
Auto Trait Implementations
impl Send for ImageResourceDirectoryEntry
impl Sync for ImageResourceDirectoryEntry
impl Unpin for ImageResourceDirectoryEntry
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.