#[repr(C)]pub struct ove_audio_device_cfg {
pub transport: u32,
pub fmt: ove_audio_fmt,
pub num_buffers: u32,
pub thread_priority: u32,
pub thread_stack_size: u32,
pub transport_cfg: [u8; 16],
}Fields§
§transport: u32§fmt: ove_audio_fmt§num_buffers: u32§thread_priority: u32§thread_stack_size: u32§transport_cfg: [u8; 16]Auto Trait Implementations§
impl Freeze for ove_audio_device_cfg
impl RefUnwindSafe for ove_audio_device_cfg
impl Send for ove_audio_device_cfg
impl Sync for ove_audio_device_cfg
impl Unpin for ove_audio_device_cfg
impl UnwindSafe for ove_audio_device_cfg
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