#[repr(C)]pub struct xen_domctl_createdomain {Show 13 fields
pub ssidref: u32,
pub handle: xen_domain_handle_t,
pub flags: u32,
pub iommu_opts: u32,
pub max_vcpus: u32,
pub max_evtchn_port: u32,
pub max_grant_frames: i32,
pub max_maptrack_frames: i32,
pub grant_opts: u32,
pub altp2m: xen_domctl_createdomain__bindgen_ty_1,
pub vmtrace_size: u32,
pub cpupool_id: u32,
pub arch: xen_arch_domainconfig,
}Fields§
§ssidref: u32§handle: xen_domain_handle_t§flags: u32§iommu_opts: u32§max_vcpus: u32§max_evtchn_port: u32§max_grant_frames: i32§max_maptrack_frames: i32§grant_opts: u32§altp2m: xen_domctl_createdomain__bindgen_ty_1§vmtrace_size: u32§cpupool_id: u32§arch: xen_arch_domainconfigTrait Implementations§
Source§impl Clone for xen_domctl_createdomain
impl Clone for xen_domctl_createdomain
Source§fn clone(&self) -> xen_domctl_createdomain
fn clone(&self) -> xen_domctl_createdomain
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_domctl_createdomain
impl Debug for xen_domctl_createdomain
Source§impl Default for xen_domctl_createdomain
impl Default for xen_domctl_createdomain
Source§fn default() -> xen_domctl_createdomain
fn default() -> xen_domctl_createdomain
Returns the “default value” for a type. Read more
impl Copy for xen_domctl_createdomain
Auto Trait Implementations§
impl Freeze for xen_domctl_createdomain
impl RefUnwindSafe for xen_domctl_createdomain
impl Send for xen_domctl_createdomain
impl Sync for xen_domctl_createdomain
impl Unpin for xen_domctl_createdomain
impl UnwindSafe for xen_domctl_createdomain
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