pub enum HWModel {
Reference,
Haswell,
Skylake,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HWModel
impl RefUnwindSafe for HWModel
impl Send for HWModel
impl Sync for HWModel
impl Unpin for HWModel
impl UnwindSafe for HWModel
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