#[repr(C)]pub struct GObjectConstructParam {
pub pspec: *mut GParamSpec,
pub value: *mut GValue,
}Fields§
§pspec: *mut GParamSpec§value: *mut GValueAuto Trait Implementations§
impl Freeze for GObjectConstructParam
impl RefUnwindSafe for GObjectConstructParam
impl !Send for GObjectConstructParam
impl !Sync for GObjectConstructParam
impl Unpin for GObjectConstructParam
impl UnwindSafe for GObjectConstructParam
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