pub enum MemoryArrayLocation {
Show 16 variants
Other,
Unknown,
SystemBoardOrMotherboard,
IsaAddOnCard,
EisaAddOnCard,
PciAddOnCard,
McaAddOnCard,
PcmciaAddOnCard,
ProprietaryAddOnCard,
NuBus,
Pc98c20AddOnCard,
Pc98c24AddOnCard,
Pc98eAddOnCard,
Pc98LocalBusAddOnCard,
CxlAddOnCard,
Undefined(u8),
}Variants§
Other
Unknown
SystemBoardOrMotherboard
IsaAddOnCard
EisaAddOnCard
PciAddOnCard
McaAddOnCard
PcmciaAddOnCard
ProprietaryAddOnCard
NuBus
Pc98c20AddOnCard
Pc98c24AddOnCard
Pc98eAddOnCard
Pc98LocalBusAddOnCard
CxlAddOnCard
Undefined(u8)
Trait Implementations§
source§impl Clone for MemoryArrayLocation
impl Clone for MemoryArrayLocation
source§fn clone(&self) -> MemoryArrayLocation
fn clone(&self) -> MemoryArrayLocation
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 MemoryArrayLocation
impl Debug for MemoryArrayLocation
source§impl Default for MemoryArrayLocation
impl Default for MemoryArrayLocation
source§impl Display for MemoryArrayLocation
impl Display for MemoryArrayLocation
source§impl From<u8> for MemoryArrayLocation
impl From<u8> for MemoryArrayLocation
source§impl Hash for MemoryArrayLocation
impl Hash for MemoryArrayLocation
source§impl PartialEq<MemoryArrayLocation> for MemoryArrayLocation
impl PartialEq<MemoryArrayLocation> for MemoryArrayLocation
source§fn eq(&self, other: &MemoryArrayLocation) -> bool
fn eq(&self, other: &MemoryArrayLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MemoryArrayLocation
impl Eq for MemoryArrayLocation
impl StructuralEq for MemoryArrayLocation
impl StructuralPartialEq for MemoryArrayLocation
Auto Trait Implementations§
impl RefUnwindSafe for MemoryArrayLocation
impl Send for MemoryArrayLocation
impl Sync for MemoryArrayLocation
impl Unpin for MemoryArrayLocation
impl UnwindSafe for MemoryArrayLocation
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