#[repr(C)]pub struct _fc2TimeStamp {
pub seconds: c_longlong,
pub microSeconds: c_uint,
pub cycleSeconds: c_uint,
pub cycleCount: c_uint,
pub cycleOffset: c_uint,
pub reserved: [c_uint; 8],
}Fields§
§seconds: c_longlong§microSeconds: c_uint§cycleSeconds: c_uint§cycleCount: c_uint§cycleOffset: c_uint§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2TimeStamp
impl Clone for _fc2TimeStamp
Source§fn clone(&self) -> _fc2TimeStamp
fn clone(&self) -> _fc2TimeStamp
Returns a duplicate of the value. Read more
1.0.0 · 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 _fc2TimeStamp
impl Debug for _fc2TimeStamp
Source§impl Default for _fc2TimeStamp
impl Default for _fc2TimeStamp
impl Copy for _fc2TimeStamp
Auto Trait Implementations§
impl Freeze for _fc2TimeStamp
impl RefUnwindSafe for _fc2TimeStamp
impl Send for _fc2TimeStamp
impl Sync for _fc2TimeStamp
impl Unpin for _fc2TimeStamp
impl UnwindSafe for _fc2TimeStamp
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