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