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