pub enum SMBALERTW {
Clear = 0,
}
Expand description
SMBus alert
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for SMBALERTW
impl Eq for SMBALERTW
impl StructuralPartialEq for SMBALERTW
Auto Trait Implementations§
impl Freeze for SMBALERTW
impl RefUnwindSafe for SMBALERTW
impl Send for SMBALERTW
impl Sync for SMBALERTW
impl Unpin for SMBALERTW
impl UnwindSafe for SMBALERTW
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