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