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