pub enum SMBTYPE {
Device = 0,
Host = 1,
}
Expand description
SMBus type
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SMBTYPE
impl Eq for SMBTYPE
impl StructuralPartialEq for SMBTYPE
Auto Trait Implementations§
impl Freeze for SMBTYPE
impl RefUnwindSafe for SMBTYPE
impl Send for SMBTYPE
impl Sync for SMBTYPE
impl Unpin for SMBTYPE
impl UnwindSafe for SMBTYPE
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