Struct gobject_2_0_sys::GObjectConstructParam
source · #[repr(C)]pub struct GObjectConstructParam {
pub pspec: *mut GParamSpec,
pub value: *mut GValue,
}Fields§
§pspec: *mut GParamSpec§value: *mut GValueAuto Trait Implementations§
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