Struct tartan_uefi::OpenProtocolAttributes
source · #[repr(transparent)]pub struct OpenProtocolAttributes(_);
Implementations§
Trait Implementations§
source§impl CEnum<u32> for OpenProtocolAttributes
impl CEnum<u32> for OpenProtocolAttributes
source§impl Clone for OpenProtocolAttributes
impl Clone for OpenProtocolAttributes
source§fn clone(&self) -> OpenProtocolAttributes
fn clone(&self) -> OpenProtocolAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OpenProtocolAttributes
impl Debug for OpenProtocolAttributes
source§impl Default for OpenProtocolAttributes
impl Default for OpenProtocolAttributes
source§fn default() -> OpenProtocolAttributes
fn default() -> OpenProtocolAttributes
Returns the “default value” for a type. Read more
source§impl From<OpenProtocolAttributes> for u32
impl From<OpenProtocolAttributes> for u32
source§fn from(enum_value: OpenProtocolAttributes) -> Self
fn from(enum_value: OpenProtocolAttributes) -> Self
Converts to this type from the input type.
source§impl From<u32> for OpenProtocolAttributes
impl From<u32> for OpenProtocolAttributes
source§impl Hash for OpenProtocolAttributes
impl Hash for OpenProtocolAttributes
source§impl Ord for OpenProtocolAttributes
impl Ord for OpenProtocolAttributes
source§fn cmp(&self, other: &OpenProtocolAttributes) -> Ordering
fn cmp(&self, other: &OpenProtocolAttributes) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<OpenProtocolAttributes> for OpenProtocolAttributes
impl PartialEq<OpenProtocolAttributes> for OpenProtocolAttributes
source§fn eq(&self, other: &OpenProtocolAttributes) -> bool
fn eq(&self, other: &OpenProtocolAttributes) -> bool
source§impl PartialOrd<OpenProtocolAttributes> for OpenProtocolAttributes
impl PartialOrd<OpenProtocolAttributes> for OpenProtocolAttributes
source§fn partial_cmp(&self, other: &OpenProtocolAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &OpenProtocolAttributes) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more