pub enum SMBALERT_A {
NoAlert = 0,
Alert = 1,
}
Expand description
SMBus alert
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for SMBALERT_A
impl Clone for SMBALERT_A
Source§fn clone(&self) -> SMBALERT_A
fn clone(&self) -> SMBALERT_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SMBALERT_A
impl Debug for SMBALERT_A
Source§impl PartialEq for SMBALERT_A
impl PartialEq for SMBALERT_A
impl Copy for SMBALERT_A
impl StructuralPartialEq for SMBALERT_A
Auto Trait Implementations§
impl Freeze for SMBALERT_A
impl RefUnwindSafe for SMBALERT_A
impl Send for SMBALERT_A
impl Sync for SMBALERT_A
impl Unpin for SMBALERT_A
impl UnwindSafe for SMBALERT_A
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