Struct gst::ffi::Struct__GParamSpecValueArray
source · #[repr(C)]pub struct Struct__GParamSpecValueArray {
pub parent_instance: GParamSpec,
pub element_spec: *mut GParamSpec,
pub fixed_n_elements: guint,
}Fields§
§parent_instance: GParamSpec§element_spec: *mut GParamSpec§fixed_n_elements: guintTrait Implementations§
source§impl Clone for Struct__GParamSpecValueArray
impl Clone for Struct__GParamSpecValueArray
source§fn clone(&self) -> Struct__GParamSpecValueArray
fn clone(&self) -> Struct__GParamSpecValueArray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for Struct__GParamSpecValueArray
impl Default for Struct__GParamSpecValueArray
source§fn default() -> Struct__GParamSpecValueArray
fn default() -> Struct__GParamSpecValueArray
Returns the “default value” for a type. Read more
impl Copy for Struct__GParamSpecValueArray
Auto Trait Implementations§
impl Freeze for Struct__GParamSpecValueArray
impl RefUnwindSafe for Struct__GParamSpecValueArray
impl !Send for Struct__GParamSpecValueArray
impl !Sync for Struct__GParamSpecValueArray
impl Unpin for Struct__GParamSpecValueArray
impl UnwindSafe for Struct__GParamSpecValueArray
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)