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