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