Struct multiboot2::MemoryAreaTypeId
source · #[repr(C)]pub struct MemoryAreaTypeId(/* private fields */);
Expand description
ABI-friendly version of MemoryAreaType
.
Trait Implementations§
source§impl Clone for MemoryAreaTypeId
impl Clone for MemoryAreaTypeId
source§fn clone(&self) -> MemoryAreaTypeId
fn clone(&self) -> MemoryAreaTypeId
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 MemoryAreaTypeId
impl Debug for MemoryAreaTypeId
source§impl From<MemoryAreaType> for MemoryAreaTypeId
impl From<MemoryAreaType> for MemoryAreaTypeId
source§fn from(value: MemoryAreaType) -> Self
fn from(value: MemoryAreaType) -> Self
Converts to this type from the input type.
source§impl From<MemoryAreaTypeId> for MemoryAreaType
impl From<MemoryAreaTypeId> for MemoryAreaType
source§fn from(value: MemoryAreaTypeId) -> Self
fn from(value: MemoryAreaTypeId) -> Self
Converts to this type from the input type.
source§impl From<MemoryAreaTypeId> for u32
impl From<MemoryAreaTypeId> for u32
source§fn from(value: MemoryAreaTypeId) -> Self
fn from(value: MemoryAreaTypeId) -> Self
Converts to this type from the input type.
source§impl From<u32> for MemoryAreaTypeId
impl From<u32> for MemoryAreaTypeId
source§impl Hash for MemoryAreaTypeId
impl Hash for MemoryAreaTypeId
source§impl Ord for MemoryAreaTypeId
impl Ord for MemoryAreaTypeId
source§impl PartialEq<MemoryAreaType> for MemoryAreaTypeId
impl PartialEq<MemoryAreaType> for MemoryAreaTypeId
source§fn eq(&self, other: &MemoryAreaType) -> bool
fn eq(&self, other: &MemoryAreaType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<MemoryAreaTypeId> for MemoryAreaType
impl PartialEq<MemoryAreaTypeId> for MemoryAreaType
source§fn eq(&self, other: &MemoryAreaTypeId) -> bool
fn eq(&self, other: &MemoryAreaTypeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for MemoryAreaTypeId
impl PartialEq for MemoryAreaTypeId
source§fn eq(&self, other: &MemoryAreaTypeId) -> bool
fn eq(&self, other: &MemoryAreaTypeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MemoryAreaTypeId
impl PartialOrd for MemoryAreaTypeId
impl Copy for MemoryAreaTypeId
impl Eq for MemoryAreaTypeId
impl StructuralPartialEq for MemoryAreaTypeId
Auto Trait Implementations§
impl Freeze for MemoryAreaTypeId
impl RefUnwindSafe for MemoryAreaTypeId
impl Send for MemoryAreaTypeId
impl Sync for MemoryAreaTypeId
impl Unpin for MemoryAreaTypeId
impl UnwindSafe for MemoryAreaTypeId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more