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