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§
source§impl Clone for GtkStyleProperties
impl Clone for GtkStyleProperties
source§fn clone(&self) -> GtkStyleProperties
fn clone(&self) -> GtkStyleProperties
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 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§
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