#[repr(C, packed)]
pub struct set_event_flt_cp { pub flt_type: u8, pub cond_type: u8, pub condition: __IncompleteArrayField<u8>, }

Fields

flt_type: u8cond_type: u8condition: __IncompleteArrayField<u8>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.