#[repr(transparent)]pub struct Fidelity {
pub repr: u32,
}Expand description
Sample-rate/accuracy tradeoff, via the ymfm opn_fidelity setting.
Only meaningful for YM2203/YM2608/YM2610/YM2610B; a no-op elsewhere.
Fields§
§repr: u32Implementations§
Trait Implementations§
impl Copy for Fidelity
impl Eq for Fidelity
Source§impl ExternType for Fidelity
impl ExternType for Fidelity
impl StructuralPartialEq for Fidelity
Auto Trait Implementations§
impl Freeze for Fidelity
impl RefUnwindSafe for Fidelity
impl Send for Fidelity
impl Sync for Fidelity
impl Unpin for Fidelity
impl UnsafeUnpin for Fidelity
impl UnwindSafe for Fidelity
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