#[repr(u8)]pub enum RngRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RngRst
impl Ord for RngRst
Source§impl PartialOrd for RngRst
impl PartialOrd for RngRst
impl Copy for RngRst
impl Eq for RngRst
impl StructuralPartialEq for RngRst
Auto Trait Implementations§
impl Freeze for RngRst
impl RefUnwindSafe for RngRst
impl Send for RngRst
impl Sync for RngRst
impl Unpin for RngRst
impl UnwindSafe for RngRst
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