Enum Cntmin
pub enum Cntmin {
_0 = 0,
_1 = 1,
}Expand description
Minimum Loading Point Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Cntmin
impl Eq for Cntmin
impl StructuralPartialEq for Cntmin
Auto Trait Implementations§
impl Freeze for Cntmin
impl RefUnwindSafe for Cntmin
impl Send for Cntmin
impl Sync for Cntmin
impl Unpin for Cntmin
impl UnwindSafe for Cntmin
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