#[repr(C)]pub struct ove_audio_node {
pub name: *const c_char,
pub type_: ove_audio_node_type,
pub ops: *const ove_audio_node_ops,
pub ctx: *mut c_void,
pub out_fmt: ove_audio_fmt,
}Fields§
§name: *const c_char§type_: ove_audio_node_type§ops: *const ove_audio_node_ops§ctx: *mut c_void§out_fmt: ove_audio_fmtAuto Trait Implementations§
impl Freeze for ove_audio_node
impl RefUnwindSafe for ove_audio_node
impl !Send for ove_audio_node
impl !Sync for ove_audio_node
impl Unpin for ove_audio_node
impl UnwindSafe for ove_audio_node
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