#[repr(C)]pub struct DrW { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrW
impl RefUnwindSafe for DrW
impl Send for DrW
impl Sync for DrW
impl Unpin for DrW
impl UnwindSafe for DrW
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