Struct poppler_sys::PopplerAttachment
source · #[repr(C)]pub struct PopplerAttachment {
pub parent: GObject,
pub name: *mut c_char,
pub description: *mut c_char,
pub size: size_t,
pub mtime: GTime,
pub ctime: GTime,
pub checksum: *mut GString,
}
Fields§
§parent: GObject
§name: *mut c_char
§description: *mut c_char
§size: size_t
§mtime: GTime
§ctime: GTime
§checksum: *mut GString
Trait Implementations§
source§impl Clone for PopplerAttachment
impl Clone for PopplerAttachment
source§fn clone(&self) -> PopplerAttachment
fn clone(&self) -> PopplerAttachment
Returns a copy 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 PopplerAttachment
impl Debug for PopplerAttachment
impl Copy for PopplerAttachment
Auto Trait Implementations§
impl Freeze for PopplerAttachment
impl RefUnwindSafe for PopplerAttachment
impl !Send for PopplerAttachment
impl !Sync for PopplerAttachment
impl Unpin for PopplerAttachment
impl UnwindSafe for PopplerAttachment
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)