#[repr(C)]pub struct ImageResourceDirectoryEntry {
pub name_or_id: u32,
pub offset_to_data_or_directory: u32,
}Fields§
§name_or_id: u32§offset_to_data_or_directory: u32Auto Trait Implementations§
impl Freeze for ImageResourceDirectoryEntry
impl RefUnwindSafe for ImageResourceDirectoryEntry
impl Send for ImageResourceDirectoryEntry
impl Sync for ImageResourceDirectoryEntry
impl Unpin for ImageResourceDirectoryEntry
impl UnsafeUnpin for ImageResourceDirectoryEntry
impl UnwindSafe for ImageResourceDirectoryEntry
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