Struct gegl_sys::GeglParamSpecFormat
source · #[repr(C)]pub struct GeglParamSpecFormat {
pub parent_instance: GParamSpecPointer,
}
Fields§
§parent_instance: GParamSpecPointer
Trait Implementations§
source§impl Clone for GeglParamSpecFormat
impl Clone for GeglParamSpecFormat
source§fn clone(&self) -> GeglParamSpecFormat
fn clone(&self) -> GeglParamSpecFormat
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 GeglParamSpecFormat
impl Debug for GeglParamSpecFormat
impl Copy for GeglParamSpecFormat
Auto Trait Implementations§
impl RefUnwindSafe for GeglParamSpecFormat
impl !Send for GeglParamSpecFormat
impl !Sync for GeglParamSpecFormat
impl Unpin for GeglParamSpecFormat
impl UnwindSafe for GeglParamSpecFormat
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