#[repr(C)]pub struct tm_os_dialogs_api {
pub open: Option<unsafe extern "C" fn(*const tm_os_dialogs_open_t, *mut tm_temp_allocator_i) -> tm_os_dialogs_open_res_t>,
pub open_folder: Option<unsafe extern "C" fn(*mut tm_temp_allocator_i) -> *mut i8>,
pub save: Option<unsafe extern "C" fn(*const tm_os_dialogs_save_t, *mut tm_temp_allocator_i) -> *mut i8>,
pub message_box: Option<unsafe extern "C" fn(*const i8, *const i8)>,
pub show_count: Option<unsafe extern "C" fn() -> u64>,
}Fields§
§open: Option<unsafe extern "C" fn(*const tm_os_dialogs_open_t, *mut tm_temp_allocator_i) -> tm_os_dialogs_open_res_t>§open_folder: Option<unsafe extern "C" fn(*mut tm_temp_allocator_i) -> *mut i8>§save: Option<unsafe extern "C" fn(*const tm_os_dialogs_save_t, *mut tm_temp_allocator_i) -> *mut i8>§message_box: Option<unsafe extern "C" fn(*const i8, *const i8)>§show_count: Option<unsafe extern "C" fn() -> u64>Trait Implementations§
Source§impl Clone for tm_os_dialogs_api
impl Clone for tm_os_dialogs_api
Source§fn clone(&self) -> tm_os_dialogs_api
fn clone(&self) -> tm_os_dialogs_api
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 moreimpl Copy for tm_os_dialogs_api
Auto Trait Implementations§
impl Freeze for tm_os_dialogs_api
impl RefUnwindSafe for tm_os_dialogs_api
impl Send for tm_os_dialogs_api
impl Sync for tm_os_dialogs_api
impl Unpin for tm_os_dialogs_api
impl UnwindSafe for tm_os_dialogs_api
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