Enum Sarf
pub enum Sarf {
_0 = 0,
_1 = 1,
}Expand description
SMBus Alert Response Flag
Value on reset: 0
Variants§
_0 = 0
0: SMBus Alert Response disabled or not detected.
_1 = 1
1: SMBus Alert Response enabled and detected.
Trait Implementations§
impl Copy for Sarf
impl Eq for Sarf
impl StructuralPartialEq for Sarf
Auto Trait Implementations§
impl Freeze for Sarf
impl RefUnwindSafe for Sarf
impl Send for Sarf
impl Sync for Sarf
impl Unpin for Sarf
impl UnwindSafe for Sarf
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