#[repr(C)]pub struct xen_mc_inject_v2 {
pub flags: u32,
pub cpumap: xenctl_bitmap_t,
}Fields§
§flags: u32§cpumap: xenctl_bitmap_tTrait Implementations§
Source§impl Clone for xen_mc_inject_v2
impl Clone for xen_mc_inject_v2
Source§fn clone(&self) -> xen_mc_inject_v2
fn clone(&self) -> xen_mc_inject_v2
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_inject_v2
impl Debug for xen_mc_inject_v2
Source§impl Default for xen_mc_inject_v2
impl Default for xen_mc_inject_v2
impl Copy for xen_mc_inject_v2
Auto Trait Implementations§
impl Freeze for xen_mc_inject_v2
impl RefUnwindSafe for xen_mc_inject_v2
impl !Send for xen_mc_inject_v2
impl !Sync for xen_mc_inject_v2
impl Unpin for xen_mc_inject_v2
impl UnwindSafe for xen_mc_inject_v2
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