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