#[repr(C)]pub struct xen_mem_sharing_op {
pub op: u8,
pub domain: domid_t,
pub u: xen_mem_sharing_op__bindgen_ty_1,
}Fields§
§op: u8§domain: domid_t§u: xen_mem_sharing_op__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_mem_sharing_op
impl Clone for xen_mem_sharing_op
Source§fn clone(&self) -> xen_mem_sharing_op
fn clone(&self) -> xen_mem_sharing_op
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_mem_sharing_op
impl Default for xen_mem_sharing_op
impl Copy for xen_mem_sharing_op
Auto Trait Implementations§
impl Freeze for xen_mem_sharing_op
impl RefUnwindSafe for xen_mem_sharing_op
impl Send for xen_mem_sharing_op
impl Sync for xen_mem_sharing_op
impl Unpin for xen_mem_sharing_op
impl UnwindSafe for xen_mem_sharing_op
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