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