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