#[repr(C, align(8))]pub struct timeval { /* private fields */ }Trait Implementations§
Source§impl ExternType for timeval
impl ExternType for timeval
Source§impl MakeCppStorage for timeval
impl MakeCppStorage for timeval
impl UniquePtrTarget for timeval
impl VectorElement for timeval
impl WeakPtrTarget for timeval
Auto Trait Implementations§
impl Freeze for timeval
impl RefUnwindSafe for timeval
impl !Send for timeval
impl !Sync for timeval
impl !Unpin for timeval
impl UnwindSafe for timeval
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