Struct uefi_raw::table::boot::InterfaceType
source · #[repr(transparent)]pub struct InterfaceType(pub u32);
Expand description
Interface type of a protocol interface.
Tuple Fields§
§0: u32
Implementations§
source§impl InterfaceType
impl InterfaceType
sourcepub const NATIVE_INTERFACE: InterfaceType = _
pub const NATIVE_INTERFACE: InterfaceType = _
Native interface
Trait Implementations§
source§impl Clone for InterfaceType
impl Clone for InterfaceType
source§fn clone(&self) -> InterfaceType
fn clone(&self) -> InterfaceType
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InterfaceType
impl Debug for InterfaceType
source§impl PartialEq for InterfaceType
impl PartialEq for InterfaceType
source§fn eq(&self, other: &InterfaceType) -> bool
fn eq(&self, other: &InterfaceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.