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