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 for AgpSlotWidth
impl PartialEq for AgpSlotWidth
Source§impl Serialize for AgpSlotWidth
impl Serialize for AgpSlotWidth
impl Eq for AgpSlotWidth
impl StructuralPartialEq for AgpSlotWidth
Auto Trait Implementations§
impl Freeze for AgpSlotWidth
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