#[repr(C)]pub struct GraniteBackButtonClass {
pub parent_class: GtkButtonClass,
}Fields§
§parent_class: GtkButtonClassTrait Implementations§
Source§impl Clone for GraniteBackButtonClass
impl Clone for GraniteBackButtonClass
Source§fn clone(&self) -> GraniteBackButtonClass
fn clone(&self) -> GraniteBackButtonClass
Returns a duplicate 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 GraniteBackButtonClass
impl Debug for GraniteBackButtonClass
impl Copy for GraniteBackButtonClass
Auto Trait Implementations§
impl Freeze for GraniteBackButtonClass
impl RefUnwindSafe for GraniteBackButtonClass
impl !Send for GraniteBackButtonClass
impl !Sync for GraniteBackButtonClass
impl Unpin for GraniteBackButtonClass
impl UnwindSafe for GraniteBackButtonClass
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