#[repr(transparent)]
pub struct Event(_);
Expand description

Handle to an event structure

Implementations

Clone this Event

Safety

When an event is closed by calling BootServices::close_event, that event and ALL references to it are invalidated and the underlying memory is freed by firmware. The caller must ensure that any clones of a closed Event are never used again.

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

Performs the conversion.

Performs the conversion.

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.