#[repr(C)]pub struct GtkCssProvider {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for GtkCssProvider
impl Clone for GtkCssProvider
Source§fn clone(&self) -> GtkCssProvider
fn clone(&self) -> GtkCssProvider
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 GtkCssProvider
Auto Trait Implementations§
impl !Send for GtkCssProvider
impl !Sync for GtkCssProvider
impl Freeze for GtkCssProvider
impl RefUnwindSafe for GtkCssProvider
impl Unpin for GtkCssProvider
impl UnsafeUnpin for GtkCssProvider
impl UnwindSafe for GtkCssProvider
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