pub struct Pe32P {}
Trait Implementations§
Source§impl Type for Pe32P
impl Type for Pe32P
type AddressSpace = Integer<LittleEndian<u64>, AlignAs<8>>
type BaseOfData = ()
Auto Trait Implementations§
impl Freeze for Pe32P
impl RefUnwindSafe for Pe32P
impl Send for Pe32P
impl Sync for Pe32P
impl Unpin for Pe32P
impl UnwindSafe for Pe32P
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