#[repr(C)]pub struct DzlDockRevealerClass {
pub parent: DzlBinClass,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
pub _reserved5: gpointer,
pub _reserved6: gpointer,
pub _reserved7: gpointer,
pub _reserved8: gpointer,
}Fields§
§parent: DzlBinClass§_reserved1: gpointer§_reserved2: gpointer§_reserved3: gpointer§_reserved4: gpointer§_reserved5: gpointer§_reserved6: gpointer§_reserved7: gpointer§_reserved8: gpointerTrait Implementations§
Source§impl Clone for DzlDockRevealerClass
impl Clone for DzlDockRevealerClass
Source§fn clone(&self) -> DzlDockRevealerClass
fn clone(&self) -> DzlDockRevealerClass
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 DzlDockRevealerClass
impl Debug for DzlDockRevealerClass
impl Copy for DzlDockRevealerClass
Auto Trait Implementations§
impl Freeze for DzlDockRevealerClass
impl RefUnwindSafe for DzlDockRevealerClass
impl !Send for DzlDockRevealerClass
impl !Sync for DzlDockRevealerClass
impl Unpin for DzlDockRevealerClass
impl UnwindSafe for DzlDockRevealerClass
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