pub enum DspExt {
IfExists,
Allowed,
Unknown(u8),
}Variants§
IfExists
DSP instructions may be used if they exist in the architecture, as indicated by CpuArch.
Allowed
DSP instructions are allowed.
Unknown(u8)
Implementations§
Trait Implementations§
impl Copy for DspExt
impl Eq for DspExt
impl StructuralPartialEq for DspExt
Auto Trait Implementations§
impl Freeze for DspExt
impl RefUnwindSafe for DspExt
impl Send for DspExt
impl Sync for DspExt
impl Unpin for DspExt
impl UnwindSafe for DspExt
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