Expand description
Just don’t clone this for no reason.
Tuple Fields
0: *const c_void
Trait Implementations
sourceimpl Clone for GtkStyleContext
impl Clone for GtkStyleContext
sourcefn clone(&self) -> GtkStyleContext
fn clone(&self) -> GtkStyleContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for GtkStyleContext
Auto Trait Implementations
impl RefUnwindSafe for GtkStyleContext
impl !Send for GtkStyleContext
impl !Sync for GtkStyleContext
impl Unpin for GtkStyleContext
impl UnwindSafe for GtkStyleContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more