pub struct PeR { /* private fields */ }
Expand description
Value of the field PE
Implementations§
Auto Trait Implementations§
impl Freeze for PeR
impl RefUnwindSafe for PeR
impl Send for PeR
impl Sync for PeR
impl Unpin for PeR
impl UnwindSafe for PeR
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