Struct GstParamSpecArray
Source#[repr(C)]pub struct GstParamSpecArray {
pub parent_instance: GParamSpec,
pub element_spec: *mut GParamSpec,
}
Fields§
§parent_instance: GParamSpec
§element_spec: *mut GParamSpec
Trait Implementations§
Source§impl Clone for GstParamSpecArray
impl Clone for GstParamSpecArray
Source§fn clone(&self) -> GstParamSpecArray
fn clone(&self) -> GstParamSpecArray
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstParamSpecArray
impl Debug for GstParamSpecArray
impl Copy for GstParamSpecArray
Auto Trait Implementations§
impl Freeze for GstParamSpecArray
impl RefUnwindSafe for GstParamSpecArray
impl !Send for GstParamSpecArray
impl !Sync for GstParamSpecArray
impl Unpin for GstParamSpecArray
impl UnwindSafe for GstParamSpecArray
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