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