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