pub enum SMBHENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field SMBHEN
Variants§
DISABLED
Host address disabled. Address 0b0001000x is NACKed
ENABLED
Host address enabled. Address 0b0001000x is ACKed
Auto Trait Implementations§
impl Freeze for SMBHENW
impl RefUnwindSafe for SMBHENW
impl Send for SMBHENW
impl Sync for SMBHENW
impl Unpin for SMBHENW
impl UnwindSafe for SMBHENW
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