Struct gdk_pixbuf_sys::GdkPixbufModulePattern
source · #[repr(C)]pub struct GdkPixbufModulePattern {
pub prefix: *mut c_char,
pub mask: *mut c_char,
pub relevance: c_int,
}Fields§
§prefix: *mut c_char§mask: *mut c_char§relevance: c_intTrait Implementations§
source§impl Clone for GdkPixbufModulePattern
impl Clone for GdkPixbufModulePattern
source§fn clone(&self) -> GdkPixbufModulePattern
fn clone(&self) -> GdkPixbufModulePattern
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 more