pub struct NamedColors { /* private fields */ }
Expand description
Implementations§
Source§impl NamedColors
impl NamedColors
Trait Implementations§
Source§impl Default for NamedColors
impl Default for NamedColors
Source§impl Drop for NamedColors
impl Drop for NamedColors
Source§impl Object for NamedColors
impl Object for NamedColors
Source§fn remove_observer(&mut self, tag: u64)
fn remove_observer(&mut self, tag: u64)
Source§fn remove_observers(&mut self, event: u64)
fn remove_observers(&mut self, event: u64)
Source§fn remove_all_observers(&mut self)
fn remove_all_observers(&mut self)
Source§fn has_observer(&self, event: c_ulong) -> c_int
fn has_observer(&self, event: c_ulong) -> c_int
fn get_object_description(&self) -> String
Auto Trait Implementations§
impl Freeze for NamedColors
impl RefUnwindSafe for NamedColors
impl !Send for NamedColors
impl !Sync for NamedColors
impl Unpin for NamedColors
impl UnwindSafe for NamedColors
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