pub enum VS18EN_A {
S33V,
S18V,
}
Expand description
1.8V Signaling Enable
Value on reset: 0
Variants
S33V
0: 3.3V Signaling
S18V
1: 1.8V Signaling
Trait Implementations
impl Copy for VS18EN_A
impl StructuralPartialEq for VS18EN_A
Auto Trait Implementations
impl RefUnwindSafe for VS18EN_A
impl Send for VS18EN_A
impl Sync for VS18EN_A
impl Unpin for VS18EN_A
impl UnwindSafe for VS18EN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more