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