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