#[repr(C)]pub struct OsDialogsOpenT {
pub extensions: *const c_char,
pub description: *const c_char,
pub allow_multi_select: bool,
pub _padding_710: [c_char; 7],
}
Fields§
§extensions: *const c_char
§description: *const c_char
§allow_multi_select: bool
§_padding_710: [c_char; 7]
Trait Implementations§
Source§impl Clone for OsDialogsOpenT
impl Clone for OsDialogsOpenT
Source§fn clone(&self) -> OsDialogsOpenT
fn clone(&self) -> OsDialogsOpenT
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 Default for OsDialogsOpenT
impl Default for OsDialogsOpenT
impl Copy for OsDialogsOpenT
Auto Trait Implementations§
impl Freeze for OsDialogsOpenT
impl RefUnwindSafe for OsDialogsOpenT
impl !Send for OsDialogsOpenT
impl !Sync for OsDialogsOpenT
impl Unpin for OsDialogsOpenT
impl UnwindSafe for OsDialogsOpenT
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