#[repr(C)]pub struct FIFOSamplePipe {
pub vtable_: *const FIFOSamplePipe__bindgen_vtable,
}Expand description
Abstract base class for FIFO (first-in-first-out) sample processing classes.
Fields§
§vtable_: *const FIFOSamplePipe__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl !Send for FIFOSamplePipe
impl !Sync for FIFOSamplePipe
impl Freeze for FIFOSamplePipe
impl RefUnwindSafe for FIFOSamplePipe
impl Unpin for FIFOSamplePipe
impl UnsafeUnpin for FIFOSamplePipe
impl UnwindSafe for FIFOSamplePipe
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