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