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