Struct gtk_sys::GtkStyleProperties
source · [−]#[repr(C)]pub struct GtkStyleProperties {
pub parent_object: GObject,
pub priv_: *mut GtkStylePropertiesPrivate,
}
Fields
parent_object: GObject
priv_: *mut GtkStylePropertiesPrivate
Trait Implementations
sourceimpl Clone for GtkStyleProperties
impl Clone for GtkStyleProperties
sourcefn clone(&self) -> GtkStyleProperties
fn clone(&self) -> GtkStyleProperties
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkStyleProperties
impl Debug for GtkStyleProperties
impl Copy for GtkStyleProperties
Auto Trait Implementations
impl RefUnwindSafe for GtkStyleProperties
impl !Send for GtkStyleProperties
impl !Sync for GtkStyleProperties
impl Unpin for GtkStyleProperties
impl UnwindSafe for GtkStyleProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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