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