#[repr(C)]pub struct xen_domctl_getvcpuinfo {
pub vcpu: u32,
pub online: u8,
pub blocked: u8,
pub running: u8,
pub cpu_time: u64,
pub cpu: u32,
}Fields§
§vcpu: u32§online: u8§blocked: u8§running: u8§cpu_time: u64§cpu: u32Trait Implementations§
Source§impl Clone for xen_domctl_getvcpuinfo
impl Clone for xen_domctl_getvcpuinfo
Source§fn clone(&self) -> xen_domctl_getvcpuinfo
fn clone(&self) -> xen_domctl_getvcpuinfo
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 xen_domctl_getvcpuinfo
impl Debug for xen_domctl_getvcpuinfo
Source§impl Default for xen_domctl_getvcpuinfo
impl Default for xen_domctl_getvcpuinfo
Source§fn default() -> xen_domctl_getvcpuinfo
fn default() -> xen_domctl_getvcpuinfo
Returns the “default value” for a type. Read more
impl Copy for xen_domctl_getvcpuinfo
Auto Trait Implementations§
impl Freeze for xen_domctl_getvcpuinfo
impl RefUnwindSafe for xen_domctl_getvcpuinfo
impl Send for xen_domctl_getvcpuinfo
impl Sync for xen_domctl_getvcpuinfo
impl Unpin for xen_domctl_getvcpuinfo
impl UnwindSafe for xen_domctl_getvcpuinfo
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