#[repr(C)]pub struct GtkStyleProperties {
pub parent_object: GObject,
pub priv_: *mut GtkStylePropertiesPrivate,
}Fields§
§parent_object: GObject§priv_: *mut GtkStylePropertiesPrivateTrait Implementations§
Source§impl Clone for GtkStyleProperties
impl Clone for GtkStyleProperties
Source§fn clone(&self) -> GtkStyleProperties
fn clone(&self) -> GtkStyleProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkStyleProperties
Auto Trait Implementations§
impl !Send for GtkStyleProperties
impl !Sync for GtkStyleProperties
impl Freeze for GtkStyleProperties
impl RefUnwindSafe for GtkStyleProperties
impl Unpin for GtkStyleProperties
impl UnsafeUnpin 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