pub struct ChlenR { /* private fields */ }
Expand description
Value of the field CHLEN
Implementations§
Auto Trait Implementations§
impl Freeze for ChlenR
impl RefUnwindSafe for ChlenR
impl Send for ChlenR
impl Sync for ChlenR
impl Unpin for ChlenR
impl UnwindSafe for ChlenR
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