#[repr(u8)]pub enum Vbias {
Off = 0,
On = 1,
}Expand description
vbias voltage; must be On to perform conversion.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vbias
impl RefUnwindSafe for Vbias
impl Send for Vbias
impl Sync for Vbias
impl Unpin for Vbias
impl UnwindSafe for Vbias
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