#[repr(C)]pub struct xen_domctl {
pub cmd: u32,
pub interface_version: u32,
pub domain: domid_t,
pub _pad: [u16; 3],
pub u: xen_domctl__bindgen_ty_1,
}Fields§
§cmd: u32§interface_version: u32§domain: domid_t§_pad: [u16; 3]§u: xen_domctl__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_domctl
impl Clone for xen_domctl
Source§fn clone(&self) -> xen_domctl
fn clone(&self) -> xen_domctl
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
impl Default for xen_domctl
impl Copy for xen_domctl
Auto Trait Implementations§
impl Freeze for xen_domctl
impl RefUnwindSafe for xen_domctl
impl !Send for xen_domctl
impl !Sync for xen_domctl
impl Unpin for xen_domctl
impl UnwindSafe for xen_domctl
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