Struct gtk_sys::GtkToolPalette [−][src]
#[repr(C)]pub struct GtkToolPalette { pub parent_instance: GtkContainer, pub priv_: *mut GtkToolPalettePrivate, }
Fields
parent_instance: GtkContainerpriv_: *mut GtkToolPalettePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkToolPaletteimpl !Send for GtkToolPaletteimpl !Sync for GtkToolPaletteimpl Unpin for GtkToolPaletteimpl UnwindSafe for GtkToolPaletteBlanket Implementations
Mutably borrows from an owned value. Read more