Struct uefi::Handle [] [src]

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

Type for EFI_HANDLE.

Trait Implementations

impl Copy for Handle
[src]

impl Clone for Handle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Handle
[src]

Formats the value using the given formatter.

impl Default for Handle
[src]

Returns the "default value" for a type. Read more