#[repr(C)]pub struct xenpf_settime64 {
pub secs: u64,
pub nsecs: u32,
pub mbz: u32,
pub system_time: u64,
}Fields§
§secs: u64§nsecs: u32§mbz: u32§system_time: u64Trait Implementations§
Source§impl Clone for xenpf_settime64
impl Clone for xenpf_settime64
Source§fn clone(&self) -> xenpf_settime64
fn clone(&self) -> xenpf_settime64
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 xenpf_settime64
impl Debug for xenpf_settime64
Source§impl Default for xenpf_settime64
impl Default for xenpf_settime64
Source§fn default() -> xenpf_settime64
fn default() -> xenpf_settime64
Returns the “default value” for a type. Read more
impl Copy for xenpf_settime64
Auto Trait Implementations§
impl Freeze for xenpf_settime64
impl RefUnwindSafe for xenpf_settime64
impl Send for xenpf_settime64
impl Sync for xenpf_settime64
impl Unpin for xenpf_settime64
impl UnwindSafe for xenpf_settime64
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