#[repr(C)]pub struct xc_xend_cpuid {
pub __bindgen_anon_1: xc_xend_cpuid__bindgen_ty_1,
pub policy: [*mut c_char; 4],
}Fields§
§__bindgen_anon_1: xc_xend_cpuid__bindgen_ty_1§policy: [*mut c_char; 4]Trait Implementations§
Source§impl Clone for xc_xend_cpuid
impl Clone for xc_xend_cpuid
Source§fn clone(&self) -> xc_xend_cpuid
fn clone(&self) -> xc_xend_cpuid
Returns a copy 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 Default for xc_xend_cpuid
impl Default for xc_xend_cpuid
impl Copy for xc_xend_cpuid
Auto Trait Implementations§
impl Freeze for xc_xend_cpuid
impl RefUnwindSafe for xc_xend_cpuid
impl !Send for xc_xend_cpuid
impl !Sync for xc_xend_cpuid
impl Unpin for xc_xend_cpuid
impl UnwindSafe for xc_xend_cpuid
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)