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