#[repr(C)]pub struct pdf_font_resource_key {
pub digest: [c_uchar; 16],
pub type_: c_int,
pub encoding: c_int,
pub local_xref: c_int,
}Fields§
§digest: [c_uchar; 16]§type_: c_int§encoding: c_int§local_xref: c_intTrait Implementations§
Source§impl Clone for pdf_font_resource_key
impl Clone for pdf_font_resource_key
Source§fn clone(&self) -> pdf_font_resource_key
fn clone(&self) -> pdf_font_resource_key
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 moreSource§impl Debug for pdf_font_resource_key
impl Debug for pdf_font_resource_key
impl Copy for pdf_font_resource_key
Auto Trait Implementations§
impl Freeze for pdf_font_resource_key
impl RefUnwindSafe for pdf_font_resource_key
impl Send for pdf_font_resource_key
impl Sync for pdf_font_resource_key
impl Unpin for pdf_font_resource_key
impl UnsafeUnpin for pdf_font_resource_key
impl UnwindSafe for pdf_font_resource_key
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