#[repr(u32)]pub enum Value {
ThisFlexcommDoesNotIncludeTheI2CFunction = 0,
ThisFlexcommIncludesTheI2CFunction = 1,
}Expand description
I2C present indicator. This field is Read-only.
Variants§
ThisFlexcommDoesNotIncludeTheI2CFunction = 0
This Flexcomm does not include the I2C function.
ThisFlexcommIncludesTheI2CFunction = 1
This Flexcomm includes the I2C function.
Trait Implementations§
Source§impl TryFromValue<u32> for Value
impl TryFromValue<u32> for Value
impl Copy for Value
impl Eq for Value
impl StructuralPartialEq for Value
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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