#[repr(C)]pub struct ove_audio_fmt {
pub sample_rate: u32,
pub channels: u32,
pub sample_fmt: u32,
}Fields§
§sample_rate: u32§channels: u32§sample_fmt: u32Auto Trait Implementations§
impl Freeze for ove_audio_fmt
impl RefUnwindSafe for ove_audio_fmt
impl Send for ove_audio_fmt
impl Sync for ove_audio_fmt
impl Unpin for ove_audio_fmt
impl UnwindSafe for ove_audio_fmt
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