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