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