Struct miniblink_sys::_wkeDialogOptions
source · #[repr(C)]pub struct _wkeDialogOptions {
pub magic: c_int,
pub title: *mut utf8,
pub defaultPath: *mut utf8,
pub buttonLabel: *mut utf8,
pub filters: *mut wkeFileFilter,
pub filtersCount: c_int,
pub prop: wkeDialogProperties,
pub message: *mut utf8,
pub securityScopedBookmarks: BOOL,
}Fields§
§magic: c_int§title: *mut utf8§defaultPath: *mut utf8§filters: *mut wkeFileFilter§filtersCount: c_int§prop: wkeDialogProperties§message: *mut utf8§securityScopedBookmarks: BOOLTrait Implementations§
source§impl Clone for _wkeDialogOptions
impl Clone for _wkeDialogOptions
source§fn clone(&self) -> _wkeDialogOptions
fn clone(&self) -> _wkeDialogOptions
Returns a copy 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 _wkeDialogOptions
impl Debug for _wkeDialogOptions
impl Copy for _wkeDialogOptions
Auto Trait Implementations§
impl Freeze for _wkeDialogOptions
impl RefUnwindSafe for _wkeDialogOptions
impl !Send for _wkeDialogOptions
impl !Sync for _wkeDialogOptions
impl Unpin for _wkeDialogOptions
impl UnwindSafe for _wkeDialogOptions
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