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