#[repr(C)]pub struct wxd_RustTranslationsLoader_vtable {
pub load_catalog: Option<unsafe extern "C" fn(user_data: *mut c_void, domain: *const c_char, lang: *const c_char, sink: *mut c_void, emit: wxd_TranslationsCatalogSink) -> bool>,
pub available: Option<unsafe extern "C" fn(user_data: *mut c_void, domain: *const c_char, out: *mut wxd_ArrayString_t)>,
pub destroy: Option<unsafe extern "C" fn(user_data: *mut c_void)>,
}Fields§
§load_catalog: Option<unsafe extern "C" fn(user_data: *mut c_void, domain: *const c_char, lang: *const c_char, sink: *mut c_void, emit: wxd_TranslationsCatalogSink) -> bool>§available: Option<unsafe extern "C" fn(user_data: *mut c_void, domain: *const c_char, out: *mut wxd_ArrayString_t)>§destroy: Option<unsafe extern "C" fn(user_data: *mut c_void)>Trait Implementations§
Source§impl Clone for wxd_RustTranslationsLoader_vtable
impl Clone for wxd_RustTranslationsLoader_vtable
Source§fn clone(&self) -> wxd_RustTranslationsLoader_vtable
fn clone(&self) -> wxd_RustTranslationsLoader_vtable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for wxd_RustTranslationsLoader_vtable
Auto Trait Implementations§
impl Freeze for wxd_RustTranslationsLoader_vtable
impl RefUnwindSafe for wxd_RustTranslationsLoader_vtable
impl Send for wxd_RustTranslationsLoader_vtable
impl Sync for wxd_RustTranslationsLoader_vtable
impl Unpin for wxd_RustTranslationsLoader_vtable
impl UnsafeUnpin for wxd_RustTranslationsLoader_vtable
impl UnwindSafe for wxd_RustTranslationsLoader_vtable
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