Struct GstParam Array
Source pub struct GstParamArray { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GstParamArray
impl !Sync for GstParamArray
impl !Unpin for GstParamArray
impl Freeze for GstParamArray
impl RefUnwindSafe for GstParamArray
impl UnsafeUnpin 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