#[repr(C)]pub struct TimingrW { /* private fields */ }
Implementations§
Source§impl TimingrW
impl TimingrW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimingrW
impl RefUnwindSafe for TimingrW
impl Send for TimingrW
impl Sync for TimingrW
impl Unpin for TimingrW
impl UnwindSafe for TimingrW
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