pub struct remote_vcpu_info {
pub number: u32,
pub state: i32,
pub cpu_time: u64,
pub cpu: i32,
}Fields§
§number: u32§state: i32§cpu_time: u64§cpu: i32Trait Implementations§
Source§impl Clone for remote_vcpu_info
impl Clone for remote_vcpu_info
Source§fn clone(&self) -> remote_vcpu_info
fn clone(&self) -> remote_vcpu_info
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 moreimpl Copy for remote_vcpu_info
Source§impl Debug for remote_vcpu_info
impl Debug for remote_vcpu_info
impl Eq for remote_vcpu_info
Source§impl<Out: Write> Pack<Out> for remote_vcpu_info
impl<Out: Write> Pack<Out> for remote_vcpu_info
Source§impl PartialEq for remote_vcpu_info
impl PartialEq for remote_vcpu_info
Source§fn eq(&self, other: &remote_vcpu_info) -> bool
fn eq(&self, other: &remote_vcpu_info) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for remote_vcpu_info
Auto Trait Implementations§
impl Freeze for remote_vcpu_info
impl RefUnwindSafe for remote_vcpu_info
impl Send for remote_vcpu_info
impl Sync for remote_vcpu_info
impl Unpin for remote_vcpu_info
impl UnsafeUnpin for remote_vcpu_info
impl UnwindSafe for remote_vcpu_info
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