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