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
X1
X1
X2
X2
X4
X4
X8
X8
Trait Implementations
sourceimpl Debug for AgpSlotWidth
impl Debug for AgpSlotWidth
sourceimpl PartialEq<AgpSlotWidth> for AgpSlotWidth
impl PartialEq<AgpSlotWidth> for AgpSlotWidth
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more