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