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