#[repr(C)]pub struct xenpf_getidletime {
pub cpumap_bitmap: __guest_handle_uint8,
pub cpumap_nr_cpus: u32,
pub idletime: __guest_handle_uint64,
pub now: u64,
}Fields§
§cpumap_bitmap: __guest_handle_uint8§cpumap_nr_cpus: u32§idletime: __guest_handle_uint64§now: u64Trait Implementations§
Source§impl Clone for xenpf_getidletime
impl Clone for xenpf_getidletime
Source§fn clone(&self) -> xenpf_getidletime
fn clone(&self) -> xenpf_getidletime
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_getidletime
impl Debug for xenpf_getidletime
Source§impl Default for xenpf_getidletime
impl Default for xenpf_getidletime
impl Copy for xenpf_getidletime
Auto Trait Implementations§
impl Freeze for xenpf_getidletime
impl RefUnwindSafe for xenpf_getidletime
impl !Send for xenpf_getidletime
impl !Sync for xenpf_getidletime
impl Unpin for xenpf_getidletime
impl UnwindSafe for xenpf_getidletime
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