pub struct RelocType(pub u8);
Expand description
Stringifies the IMAGE_REL_BASED_*
constants for IMAGE_BASE_RELOCATION
types.
Tuple Fields
0: u8
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RelocType
impl Send for RelocType
impl Sync for RelocType
impl Unpin for RelocType
impl UnwindSafe for RelocType
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