Enum smbioslib::AgpSlotWidth
source · pub enum AgpSlotWidth {
X1,
X2,
X4,
X8,
}
Expand description
The slot width of an AGP slot specified in the SystemSlotType
Variants§
Trait Implementations§
source§impl Debug for AgpSlotWidth
impl Debug for AgpSlotWidth
source§impl PartialEq<AgpSlotWidth> for AgpSlotWidth
impl PartialEq<AgpSlotWidth> for AgpSlotWidth
source§fn eq(&self, other: &AgpSlotWidth) -> bool
fn eq(&self, other: &AgpSlotWidth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AgpSlotWidth
impl Serialize for AgpSlotWidth
impl Eq for AgpSlotWidth
impl StructuralEq for AgpSlotWidth
impl StructuralPartialEq for AgpSlotWidth
Auto Trait Implementations§
impl RefUnwindSafe for AgpSlotWidth
impl Send for AgpSlotWidth
impl Sync for AgpSlotWidth
impl Unpin for AgpSlotWidth
impl UnwindSafe for AgpSlotWidth
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