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