#[repr(C)]pub struct _mbDialogOptions {
pub magic: c_int,
pub title: *const utf8,
pub defaultPath: *const utf8,
pub buttonLabel: *const utf8,
pub filters: *mut mbFileFilter,
pub filtersCount: c_int,
pub prop: mbDialogProperties,
pub message: *const utf8,
pub securityScopedBookmarks: BOOL,
}Fields§
§magic: c_int§title: *const utf8§defaultPath: *const utf8§filters: *mut mbFileFilter§filtersCount: c_int§prop: mbDialogProperties§message: *const utf8§securityScopedBookmarks: BOOLTrait Implementations§
Source§impl Clone for _mbDialogOptions
impl Clone for _mbDialogOptions
Source§fn clone(&self) -> _mbDialogOptions
fn clone(&self) -> _mbDialogOptions
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 _mbDialogOptions
impl Debug for _mbDialogOptions
impl Copy for _mbDialogOptions
Auto Trait Implementations§
impl Freeze for _mbDialogOptions
impl RefUnwindSafe for _mbDialogOptions
impl !Send for _mbDialogOptions
impl !Sync for _mbDialogOptions
impl Unpin for _mbDialogOptions
impl UnwindSafe for _mbDialogOptions
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