pub enum CNTMAXW {
_0,
_1,
}Expand description
Values that can be written to the field CNTMAX
Variants§
Auto Trait Implementations§
impl Freeze for CNTMAXW
impl RefUnwindSafe for CNTMAXW
impl Send for CNTMAXW
impl Sync for CNTMAXW
impl Unpin for CNTMAXW
impl UnwindSafe for CNTMAXW
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