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