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