#[repr(C)]pub struct evtchn_op {
pub cmd: u32,
pub u: evtchn_op__bindgen_ty_1,
}Fields§
§cmd: u32§u: evtchn_op__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for evtchn_op
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§
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