#[repr(C)]pub struct GParamSpecObject {
pub parent_instance: GParamSpec,
}Fields§
§parent_instance: GParamSpecAuto Trait Implementations§
impl Freeze for GParamSpecObject
impl RefUnwindSafe for GParamSpecObject
impl !Send for GParamSpecObject
impl !Sync for GParamSpecObject
impl Unpin for GParamSpecObject
impl UnwindSafe for GParamSpecObject
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