#[repr(C)]pub struct IMAGE_DYNAMIC_RELOCATION32 {
pub Symbol: u32,
pub BaseRelocSize: u32,
}Fields§
§Symbol: u32§BaseRelocSize: u32Trait Implementations§
Source§impl Clone for IMAGE_DYNAMIC_RELOCATION32
impl Clone for IMAGE_DYNAMIC_RELOCATION32
Source§fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION32
fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION32
Returns a duplicate 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 IMAGE_DYNAMIC_RELOCATION32
impl Debug for IMAGE_DYNAMIC_RELOCATION32
impl Copy for IMAGE_DYNAMIC_RELOCATION32
impl Pod for IMAGE_DYNAMIC_RELOCATION32
Auto Trait Implementations§
impl Freeze for IMAGE_DYNAMIC_RELOCATION32
impl RefUnwindSafe for IMAGE_DYNAMIC_RELOCATION32
impl Send for IMAGE_DYNAMIC_RELOCATION32
impl Sync for IMAGE_DYNAMIC_RELOCATION32
impl Unpin for IMAGE_DYNAMIC_RELOCATION32
impl UnwindSafe for IMAGE_DYNAMIC_RELOCATION32
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.