Struct ttf_parser::tables::cff::cff1::CIDMetadata
source · pub(crate) struct CIDMetadata<'a> {
fd_array: Index<'a>,
fd_select: FDSelect<'a>,
}
Fields§
§fd_array: Index<'a>
§fd_select: FDSelect<'a>
Trait Implementations§
source§impl<'a> Clone for CIDMetadata<'a>
impl<'a> Clone for CIDMetadata<'a>
source§fn clone(&self) -> CIDMetadata<'a>
fn clone(&self) -> CIDMetadata<'a>
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<'a> Debug for CIDMetadata<'a>
impl<'a> Debug for CIDMetadata<'a>
source§impl<'a> Default for CIDMetadata<'a>
impl<'a> Default for CIDMetadata<'a>
source§fn default() -> CIDMetadata<'a>
fn default() -> CIDMetadata<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for CIDMetadata<'a>
Auto Trait Implementations§
impl<'a> Freeze for CIDMetadata<'a>
impl<'a> RefUnwindSafe for CIDMetadata<'a>
impl<'a> Send for CIDMetadata<'a>
impl<'a> Sync for CIDMetadata<'a>
impl<'a> Unpin for CIDMetadata<'a>
impl<'a> UnwindSafe for CIDMetadata<'a>
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