#[repr(C)]pub struct lo_timetag {
pub sec: u32,
pub frac: u32,
}Fields§
§sec: u32§frac: u32Trait Implementations§
Source§impl Clone for lo_timetag
impl Clone for lo_timetag
Source§fn clone(&self) -> lo_timetag
fn clone(&self) -> lo_timetag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lo_timetag
impl Debug for lo_timetag
impl Copy for lo_timetag
Auto Trait Implementations§
impl Freeze for lo_timetag
impl RefUnwindSafe for lo_timetag
impl Send for lo_timetag
impl Sync for lo_timetag
impl Unpin for lo_timetag
impl UnsafeUnpin for lo_timetag
impl UnwindSafe for lo_timetag
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