Struct gstreamer_base_sys::_GstQueueArray
source · #[repr(C)]pub struct _GstQueueArray { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstQueueArray
impl RefUnwindSafe for _GstQueueArray
impl !Send for _GstQueueArray
impl !Sync for _GstQueueArray
impl !Unpin for _GstQueueArray
impl UnwindSafe for _GstQueueArray
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