#[repr(C)]pub struct ImageDataDirectory {
pub VirtualAddress: u32,
pub Size: u32,
}Expand description
IMAGE_DATA_DIRECTORY — VA + size pair used by the optional header.
Fields§
§VirtualAddress: u32§Size: u32Trait Implementations§
Source§impl Clone for ImageDataDirectory
impl Clone for ImageDataDirectory
Source§fn clone(&self) -> ImageDataDirectory
fn clone(&self) -> ImageDataDirectory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageDataDirectory
Source§impl Default for ImageDataDirectory
impl Default for ImageDataDirectory
Source§fn default() -> ImageDataDirectory
fn default() -> ImageDataDirectory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageDataDirectory
impl RefUnwindSafe for ImageDataDirectory
impl Send for ImageDataDirectory
impl Sync for ImageDataDirectory
impl Unpin for ImageDataDirectory
impl UnsafeUnpin for ImageDataDirectory
impl UnwindSafe for ImageDataDirectory
Blanket Implementations§
Source§impl<T> AsPointer for T
impl<T> AsPointer for T
fn as_ptr_const(&self) -> *const c_void
fn as_ptr_mut(&mut self) -> *mut c_void
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