pub struct FrameSyncAudioFree;Expand description
Free strategy for audio frames captured through FrameSync.
Frees via NDIlib_framesync_free_audio_v2, tolerating a null instance handle
the same way FrameSyncVideoFree does.
Trait Implementations§
Source§impl FrameFree for FrameSyncAudioFree
impl FrameFree for FrameSyncAudioFree
Source§const REF_DEBUG_NAME: &'static str = "FrameSyncAudioRef"
const REF_DEBUG_NAME: &'static str = "FrameSyncAudioRef"
The
Debug struct name of the borrowed reference that wraps this guard
(e.g. "VideoFrameRef" or "FrameSyncVideoRef"), so the shared generic
Debug impls render the historically-correct type name.Auto Trait Implementations§
impl Freeze for FrameSyncAudioFree
impl RefUnwindSafe for FrameSyncAudioFree
impl Send for FrameSyncAudioFree
impl Sync for FrameSyncAudioFree
impl Unpin for FrameSyncAudioFree
impl UnsafeUnpin for FrameSyncAudioFree
impl UnwindSafe for FrameSyncAudioFree
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