pub enum Microcode {
F3d,
F3db,
F3dex,
F3dexb,
F3dex2,
}Expand description
The target microcode to decode the Gfx packets as.
Variants§
Implementations§
Trait Implementations§
impl Copy for Microcode
impl Eq for Microcode
impl StructuralPartialEq for Microcode
Auto Trait Implementations§
impl Freeze for Microcode
impl RefUnwindSafe for Microcode
impl Send for Microcode
impl Sync for Microcode
impl Unpin for Microcode
impl UnwindSafe for Microcode
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