#[repr(C)]pub struct xen_mc {
pub cmd: u32,
pub interface_version: u32,
pub u: xen_mc__bindgen_ty_1,
}Fields§
§cmd: u32§interface_version: u32§u: xen_mc__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for xen_mc
impl RefUnwindSafe for xen_mc
impl !Send for xen_mc
impl !Sync for xen_mc
impl Unpin for xen_mc
impl UnwindSafe for xen_mc
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