#[repr(C)]pub struct GtkStackClass {
pub parent_class: GtkContainerClass,
}Fields§
§parent_class: GtkContainerClassTrait Implementations§
Source§impl Clone for GtkStackClass
impl Clone for GtkStackClass
Source§fn clone(&self) -> GtkStackClass
fn clone(&self) -> GtkStackClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkStackClass
Auto Trait Implementations§
impl !Send for GtkStackClass
impl !Sync for GtkStackClass
impl Freeze for GtkStackClass
impl RefUnwindSafe for GtkStackClass
impl Unpin for GtkStackClass
impl UnsafeUnpin for GtkStackClass
impl UnwindSafe for GtkStackClass
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