#[repr(C)]pub struct xen_domctl_schedparam_vcpu {
pub u: xen_domctl_schedparam_vcpu__bindgen_ty_1,
pub vcpuid: u32,
}Fields§
§u: xen_domctl_schedparam_vcpu__bindgen_ty_1§vcpuid: u32Trait Implementations§
Source§impl Clone for xen_domctl_schedparam_vcpu
impl Clone for xen_domctl_schedparam_vcpu
Source§fn clone(&self) -> xen_domctl_schedparam_vcpu
fn clone(&self) -> xen_domctl_schedparam_vcpu
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 Default for xen_domctl_schedparam_vcpu
impl Default for xen_domctl_schedparam_vcpu
impl Copy for xen_domctl_schedparam_vcpu
Auto Trait Implementations§
impl Freeze for xen_domctl_schedparam_vcpu
impl RefUnwindSafe for xen_domctl_schedparam_vcpu
impl Send for xen_domctl_schedparam_vcpu
impl Sync for xen_domctl_schedparam_vcpu
impl Unpin for xen_domctl_schedparam_vcpu
impl UnwindSafe for xen_domctl_schedparam_vcpu
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