#[repr(C)]pub struct AsSuggested {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for AsSuggested
impl Clone for AsSuggested
Source§fn clone(&self) -> AsSuggested
fn clone(&self) -> AsSuggested
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsSuggested
Auto Trait Implementations§
impl !Send for AsSuggested
impl !Sync for AsSuggested
impl Freeze for AsSuggested
impl RefUnwindSafe for AsSuggested
impl Unpin for AsSuggested
impl UnsafeUnpin for AsSuggested
impl UnwindSafe for AsSuggested
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