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