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