Struct gobject_2_0_sys::GParamSpecPointer
source · #[repr(C)]pub struct GParamSpecPointer {
pub parent_instance: GParamSpec,
}Fields§
§parent_instance: GParamSpecAuto Trait Implementations§
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