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