#[repr(u8)]pub enum Spon {
NOREPORT = 0,
REPORTED = 1,
}Variants§
NOREPORT = 0
Set Power On Interrupt was not detected.
REPORTED = 1
Set Power On Interrupt was detected.
Implementations§
Trait Implementations§
Source§impl Ord for Spon
impl Ord for Spon
Source§impl PartialOrd for Spon
impl PartialOrd for Spon
impl Copy for Spon
impl Eq for Spon
impl StructuralPartialEq for Spon
Auto Trait Implementations§
impl Freeze for Spon
impl RefUnwindSafe for Spon
impl Send for Spon
impl Sync for Spon
impl Unpin for Spon
impl UnwindSafe for Spon
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