Enum Slkie
#[repr(u8)]pub enum Slkie {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
No interrupt when SLAKI bit is set
ENABLED = 1
Interrupt generated when SLAKI bit is set
Implementations§
Trait Implementations§
§impl Ord for Slkie
impl Ord for Slkie
§impl PartialOrd for Slkie
impl PartialOrd for Slkie
impl Copy for Slkie
impl Eq for Slkie
impl StructuralPartialEq for Slkie
Auto Trait Implementations§
impl Freeze for Slkie
impl RefUnwindSafe for Slkie
impl Send for Slkie
impl Sync for Slkie
impl Unpin for Slkie
impl UnwindSafe for Slkie
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