pub struct RTCC { /* private fields */ }
Expand description
RTCC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCC
impl RefUnwindSafe for RTCC
impl !Sync for RTCC
impl Unpin for RTCC
impl UnwindSafe for RTCC
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