#[repr(C, packed(1))]pub struct set_event_flt_cp {
pub flt_type: u8,
pub cond_type: u8,
pub condition: __IncompleteArrayField<u8>,
}Fields§
§flt_type: u8§cond_type: u8§condition: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for set_event_flt_cp
impl RefUnwindSafe for set_event_flt_cp
impl Send for set_event_flt_cp
impl Sync for set_event_flt_cp
impl Unpin for set_event_flt_cp
impl UnwindSafe for set_event_flt_cp
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