#[repr(C)]pub struct GtkFileChooserWidget {
pub parent_instance: GtkBox,
pub priv_: *mut GtkFileChooserWidgetPrivate,
}Fields§
§parent_instance: GtkBox§priv_: *mut GtkFileChooserWidgetPrivateTrait Implementations§
Source§impl Clone for GtkFileChooserWidget
impl Clone for GtkFileChooserWidget
Source§fn clone(&self) -> GtkFileChooserWidget
fn clone(&self) -> GtkFileChooserWidget
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 GtkFileChooserWidget
Auto Trait Implementations§
impl !Send for GtkFileChooserWidget
impl !Sync for GtkFileChooserWidget
impl Freeze for GtkFileChooserWidget
impl RefUnwindSafe for GtkFileChooserWidget
impl Unpin for GtkFileChooserWidget
impl UnsafeUnpin for GtkFileChooserWidget
impl UnwindSafe for GtkFileChooserWidget
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