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