Struct Rngdiv
#[repr(transparent)]pub struct Rngdiv(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Rngdiv
impl Ord for Rngdiv
§impl PartialOrd for Rngdiv
impl PartialOrd for Rngdiv
impl Copy for Rngdiv
impl Eq for Rngdiv
impl StructuralPartialEq for Rngdiv
Auto Trait Implementations§
impl Freeze for Rngdiv
impl RefUnwindSafe for Rngdiv
impl Send for Rngdiv
impl Sync for Rngdiv
impl Unpin for Rngdiv
impl UnwindSafe for Rngdiv
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