pub struct CDLONNECK { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CDLONNECK
impl RefUnwindSafe for CDLONNECK
impl Send for CDLONNECK
impl Sync for CDLONNECK
impl Unpin for CDLONNECK
impl UnsafeUnpin for CDLONNECK
impl UnwindSafe for CDLONNECK
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