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