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