#[repr(transparent)]pub struct Ent(pub u32);Expand description
Entropy Read Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ent
impl Eq for Ent
impl StructuralPartialEq for Ent
Auto Trait Implementations§
impl Freeze for Ent
impl RefUnwindSafe for Ent
impl Send for Ent
impl Sync for Ent
impl Unpin for Ent
impl UnwindSafe for Ent
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