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