#[repr(u8)]pub enum OpaBcSel {
TBD1 = 0,
TBD2 = 1,
TBD3 = 2,
TBD4 = 3,
}Variants§
TBD1 = 0
Default value. Keep power consumption constant
TBD2 = 1
Reduce power consumption to 1/4
TBD3 = 2
Reduce power consumption to 1/2
TBD4 = 3
Double the power consumption
Implementations§
Trait Implementations§
Source§impl Ord for OpaBcSel
impl Ord for OpaBcSel
Source§impl PartialOrd for OpaBcSel
impl PartialOrd for OpaBcSel
impl Copy for OpaBcSel
impl Eq for OpaBcSel
impl StructuralPartialEq for OpaBcSel
Auto Trait Implementations§
impl Freeze for OpaBcSel
impl RefUnwindSafe for OpaBcSel
impl Send for OpaBcSel
impl Sync for OpaBcSel
impl Unpin for OpaBcSel
impl UnwindSafe for OpaBcSel
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