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