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