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