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