Struct ttf_parser::tables::cblc::BitmapFormat
source · pub(crate) struct BitmapFormat {
pub metrics: MetricsFormat,
pub data: BitmapDataFormat,
}
Fields§
§metrics: MetricsFormat
§data: BitmapDataFormat
Trait Implementations§
source§impl Clone for BitmapFormat
impl Clone for BitmapFormat
source§fn clone(&self) -> BitmapFormat
fn clone(&self) -> BitmapFormat
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 BitmapFormat
impl Debug for BitmapFormat
source§impl PartialEq for BitmapFormat
impl PartialEq for BitmapFormat
source§fn eq(&self, other: &BitmapFormat) -> bool
fn eq(&self, other: &BitmapFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BitmapFormat
impl StructuralPartialEq for BitmapFormat
Auto Trait Implementations§
impl Freeze for BitmapFormat
impl RefUnwindSafe for BitmapFormat
impl Send for BitmapFormat
impl Sync for BitmapFormat
impl Unpin for BitmapFormat
impl UnwindSafe for BitmapFormat
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