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