Struct tartan_uefi::AllocateType
source · pub struct AllocateType(/* private fields */);
Implementations§
source§impl AllocateType
impl AllocateType
pub const AnyAddress: Self = _
pub const MaxAddress: Self = _
pub const ExactAddress: Self = _
Trait Implementations§
source§impl CEnum<u32> for AllocateType
impl CEnum<u32> for AllocateType
source§impl Clone for AllocateType
impl Clone for AllocateType
source§fn clone(&self) -> AllocateType
fn clone(&self) -> AllocateType
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 AllocateType
impl Debug for AllocateType
source§impl Default for AllocateType
impl Default for AllocateType
source§fn default() -> AllocateType
fn default() -> AllocateType
Returns the “default value” for a type. Read more
source§impl From<AllocateType> for u32
impl From<AllocateType> for u32
source§fn from(enum_value: AllocateType) -> Self
fn from(enum_value: AllocateType) -> Self
Converts to this type from the input type.
source§impl From<u32> for AllocateType
impl From<u32> for AllocateType
source§impl Hash for AllocateType
impl Hash for AllocateType
source§impl Ord for AllocateType
impl Ord for AllocateType
source§fn cmp(&self, other: &AllocateType) -> Ordering
fn cmp(&self, other: &AllocateType) -> 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 AllocateType
impl PartialEq for AllocateType
source§impl PartialOrd for AllocateType
impl PartialOrd for AllocateType
impl Copy for AllocateType
impl Eq for AllocateType
impl StructuralPartialEq for AllocateType
Auto Trait Implementations§
impl Freeze for AllocateType
impl RefUnwindSafe for AllocateType
impl Send for AllocateType
impl Sync for AllocateType
impl Unpin for AllocateType
impl UnwindSafe for AllocateType
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
)