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