#[repr(C)]pub struct xen_dm_op {
pub op: u32,
pub pad: u32,
pub u: xen_dm_op__bindgen_ty_1,
}Fields§
§op: u32§pad: u32§u: xen_dm_op__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for xen_dm_op
impl RefUnwindSafe for xen_dm_op
impl Send for xen_dm_op
impl Sync for xen_dm_op
impl Unpin for xen_dm_op
impl UnwindSafe for xen_dm_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)