Struct libvips_rs::bindings::_GObjectConstructParam
source · #[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
source§impl PartialEq<_GObjectConstructParam> for _GObjectConstructParam
impl PartialEq<_GObjectConstructParam> for _GObjectConstructParam
source§fn eq(&self, other: &_GObjectConstructParam) -> bool
fn eq(&self, other: &_GObjectConstructParam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GObjectConstructParam
impl Eq for _GObjectConstructParam
impl StructuralEq for _GObjectConstructParam
impl StructuralPartialEq for _GObjectConstructParam
Auto 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