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