pub struct Pe {}Trait Implementations§
Source§impl Type for Pe
impl Type for Pe
type AddressSpace = Integer<LittleEndian<u32>, AlignAs<4>>
type BaseOfData = Integer<LittleEndian<u32>, AlignAs<4>>
Auto Trait Implementations§
impl Freeze for Pe
impl RefUnwindSafe for Pe
impl Send for Pe
impl Sync for Pe
impl Unpin for Pe
impl UnsafeUnpin for Pe
impl UnwindSafe for Pe
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