#[repr(C)]pub struct xen_cpuid_leaf {
pub leaf: u32,
pub subleaf: u32,
pub a: u32,
pub b: u32,
pub c: u32,
pub d: u32,
}
Fields§
§leaf: u32
§subleaf: u32
§a: u32
§b: u32
§c: u32
§d: u32
Trait Implementations§
Source§impl Clone for xen_cpuid_leaf
impl Clone for xen_cpuid_leaf
Source§fn clone(&self) -> xen_cpuid_leaf
fn clone(&self) -> xen_cpuid_leaf
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_cpuid_leaf
impl Debug for xen_cpuid_leaf
impl Copy for xen_cpuid_leaf
Auto Trait Implementations§
impl Freeze for xen_cpuid_leaf
impl RefUnwindSafe for xen_cpuid_leaf
impl Send for xen_cpuid_leaf
impl Sync for xen_cpuid_leaf
impl Unpin for xen_cpuid_leaf
impl UnwindSafe for xen_cpuid_leaf
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