#[repr(C)]pub struct _GObjectConstructParam {
pub pspec: *mut GParamSpec,
pub value: *mut GValue,
}
Fields§
§pspec: *mut GParamSpec
§value: *mut GValue
Trait Implementations§
Source§impl Clone for _GObjectConstructParam
impl Clone for _GObjectConstructParam
Source§fn clone(&self) -> _GObjectConstructParam
fn clone(&self) -> _GObjectConstructParam
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GObjectConstructParam
impl Debug for _GObjectConstructParam
impl Copy for _GObjectConstructParam
Auto 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