#[repr(C)]pub struct OsDialogsOpenResT {
pub num_files: u32,
pub _padding_718: [c_char; 4],
pub files: *mut *mut c_char,
}
Fields§
§num_files: u32
§_padding_718: [c_char; 4]
§files: *mut *mut c_char
Trait Implementations§
Source§impl Clone for OsDialogsOpenResT
impl Clone for OsDialogsOpenResT
Source§fn clone(&self) -> OsDialogsOpenResT
fn clone(&self) -> OsDialogsOpenResT
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 OsDialogsOpenResT
impl Default for OsDialogsOpenResT
impl Copy for OsDialogsOpenResT
Auto Trait Implementations§
impl Freeze for OsDialogsOpenResT
impl RefUnwindSafe for OsDialogsOpenResT
impl !Send for OsDialogsOpenResT
impl !Sync for OsDialogsOpenResT
impl Unpin for OsDialogsOpenResT
impl UnwindSafe for OsDialogsOpenResT
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