#[repr(C)]pub 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§
Auto Trait Implementations§
impl Freeze for _GParamSpecValueArray
impl RefUnwindSafe for _GParamSpecValueArray
impl !Send for _GParamSpecValueArray
impl !Sync for _GParamSpecValueArray
impl Unpin for _GParamSpecValueArray
impl UnwindSafe for _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