Struct tartan_uefi::OpenProtocolAttributes
source · pub struct OpenProtocolAttributes(/* private fields */);
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 for OpenProtocolAttributes
impl PartialEq for OpenProtocolAttributes
source§impl PartialOrd for OpenProtocolAttributes
impl PartialOrd for OpenProtocolAttributes
impl Copy for OpenProtocolAttributes
impl Eq for OpenProtocolAttributes
impl StructuralPartialEq for OpenProtocolAttributes
Auto Trait Implementations§
impl Freeze for OpenProtocolAttributes
impl RefUnwindSafe for OpenProtocolAttributes
impl Send for OpenProtocolAttributes
impl Sync for OpenProtocolAttributes
impl Unpin for OpenProtocolAttributes
impl UnwindSafe for OpenProtocolAttributes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)