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