#[repr(C)]pub struct _LibreOfficeKitDocument {
pub pClass: *mut LibreOfficeKitDocumentClass,
}
Fields§
§pClass: *mut LibreOfficeKitDocumentClass
Trait Implementations§
Source§impl Clone for _LibreOfficeKitDocument
impl Clone for _LibreOfficeKitDocument
Source§fn clone(&self) -> _LibreOfficeKitDocument
fn clone(&self) -> _LibreOfficeKitDocument
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 _LibreOfficeKitDocument
impl Debug for _LibreOfficeKitDocument
impl Copy for _LibreOfficeKitDocument
Auto Trait Implementations§
impl Freeze for _LibreOfficeKitDocument
impl RefUnwindSafe for _LibreOfficeKitDocument
impl !Send for _LibreOfficeKitDocument
impl !Sync for _LibreOfficeKitDocument
impl Unpin for _LibreOfficeKitDocument
impl UnwindSafe for _LibreOfficeKitDocument
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