Struct uefi::Event [] [src]

#[repr(C)]
pub struct Event(_);

Type for EFI_EVENT.

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Event
[src]