#[repr(u32)]pub enum SwrEngine {
SWR_ENGINE_SWR = 0,
SWR_ENGINE_SOXR = 1,
SWR_ENGINE_NB = 2,
}
Variants§
Trait Implementations§
impl Copy for SwrEngine
impl Eq for SwrEngine
impl StructuralPartialEq for SwrEngine
Auto Trait Implementations§
impl Freeze for SwrEngine
impl RefUnwindSafe for SwrEngine
impl Send for SwrEngine
impl Sync for SwrEngine
impl Unpin for SwrEngine
impl UnwindSafe for SwrEngine
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