#[repr(C)]pub struct EventSuppress {
pub desc: EventSuppressDesc,
pub flags: EventSuppressFlags,
}
Expand description
Event Suppression Descriptor
Fields§
§desc: EventSuppressDesc
If desc_event_flags set to RING_EVENT_FLAGS_DESC
flags: EventSuppressFlags
Auto Trait Implementations§
impl Freeze for EventSuppress
impl RefUnwindSafe for EventSuppress
impl Send for EventSuppress
impl Sync for EventSuppress
impl Unpin for EventSuppress
impl UnwindSafe for EventSuppress
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