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