Struct pelite::base_relocs::Block
source · [−]pub struct Block<'a> { /* private fields */ }
Expand description
Base Relocation Block.
Implementations
sourceimpl<'a> Block<'a>
impl<'a> Block<'a>
sourcepub fn image(&self) -> &'a IMAGE_BASE_RELOCATION
pub fn image(&self) -> &'a IMAGE_BASE_RELOCATION
Returns the underlying base relocation block image.
Trait Implementations
impl<'a> Copy for Block<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Block<'a>
impl<'a> Send for Block<'a>
impl<'a> Sync for Block<'a>
impl<'a> Unpin for Block<'a>
impl<'a> UnwindSafe for Block<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more