#[repr(C)]pub struct evtchn_op {
pub cmd: u32,
pub u: evtchn_op__bindgen_ty_1,
}
Fields
cmd: u32
u: evtchn_op__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for evtchn_op
impl Send for evtchn_op
impl Sync for evtchn_op
impl Unpin for evtchn_op
impl UnwindSafe for evtchn_op
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more