#[repr(C)]pub struct ImageBaseRelocation {
pub virtual_address: u32,
pub size_of_block: u32,
}
Fields§
§virtual_address: u32
§size_of_block: u32
Auto Trait Implementations§
impl Freeze for ImageBaseRelocation
impl RefUnwindSafe for ImageBaseRelocation
impl Send for ImageBaseRelocation
impl Sync for ImageBaseRelocation
impl Unpin for ImageBaseRelocation
impl UnwindSafe for ImageBaseRelocation
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