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