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