Struct libvips_rs::bindings::_GParamSpecObject
source · #[repr(C)]pub struct _GParamSpecObject {
pub parent_instance: GParamSpec,
}
Fields§
§parent_instance: GParamSpec
Trait Implementations§
source§impl Clone for _GParamSpecObject
impl Clone for _GParamSpecObject
source§fn clone(&self) -> _GParamSpecObject
fn clone(&self) -> _GParamSpecObject
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 _GParamSpecObject
impl Debug for _GParamSpecObject
source§impl PartialEq<_GParamSpecObject> for _GParamSpecObject
impl PartialEq<_GParamSpecObject> for _GParamSpecObject
source§fn eq(&self, other: &_GParamSpecObject) -> bool
fn eq(&self, other: &_GParamSpecObject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GParamSpecObject
impl Eq for _GParamSpecObject
impl StructuralEq for _GParamSpecObject
impl StructuralPartialEq for _GParamSpecObject
Auto Trait Implementations§
impl RefUnwindSafe for _GParamSpecObject
impl !Send for _GParamSpecObject
impl !Sync for _GParamSpecObject
impl Unpin for _GParamSpecObject
impl UnwindSafe for _GParamSpecObject
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