#[repr(C)]pub struct _LibreOfficeKitDocumentClass {
pub nSize: usize,
pub destroy: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument)>,
pub saveAs: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument, pUrl: *const c_char, pFormat: *const c_char, pFilterOptions: *const c_char) -> c_int>,
pub getDocumentType: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument) -> c_int>,
}
Fields§
§nSize: usize
§destroy: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument)>
§saveAs: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument, pUrl: *const c_char, pFormat: *const c_char, pFilterOptions: *const c_char) -> c_int>
§getDocumentType: Option<unsafe extern "C" fn(pThis: *mut LibreOfficeKitDocument) -> c_int>
Trait Implementations§
Source§impl Clone for _LibreOfficeKitDocumentClass
impl Clone for _LibreOfficeKitDocumentClass
Source§fn clone(&self) -> _LibreOfficeKitDocumentClass
fn clone(&self) -> _LibreOfficeKitDocumentClass
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 Debug for _LibreOfficeKitDocumentClass
impl Debug for _LibreOfficeKitDocumentClass
impl Copy for _LibreOfficeKitDocumentClass
Auto Trait Implementations§
impl Freeze for _LibreOfficeKitDocumentClass
impl RefUnwindSafe for _LibreOfficeKitDocumentClass
impl Send for _LibreOfficeKitDocumentClass
impl Sync for _LibreOfficeKitDocumentClass
impl Unpin for _LibreOfficeKitDocumentClass
impl UnwindSafe for _LibreOfficeKitDocumentClass
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