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