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