#[repr(u8)]pub enum Lpmintmsk {
MASK = 0,
NOMASK = 1,
}Variants§
MASK = 0
LPM Transaction received interrupt Mask
NOMASK = 1
No LPM Transaction received interrupt Mask
Implementations§
Trait Implementations§
Source§impl Ord for Lpmintmsk
impl Ord for Lpmintmsk
Source§impl PartialOrd for Lpmintmsk
impl PartialOrd for Lpmintmsk
impl Copy for Lpmintmsk
impl Eq for Lpmintmsk
impl StructuralPartialEq for Lpmintmsk
Auto Trait Implementations§
impl Freeze for Lpmintmsk
impl RefUnwindSafe for Lpmintmsk
impl Send for Lpmintmsk
impl Sync for Lpmintmsk
impl Unpin for Lpmintmsk
impl UnwindSafe for Lpmintmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)