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