Struct ttf_parser::tables::cblc::BitmapSizeTable
source · struct BitmapSizeTable {
subtable_array_offset: Offset32,
number_of_subtables: u32,
ppem: u16,
bit_depth: u8,
}
Fields§
§subtable_array_offset: Offset32
§number_of_subtables: u32
§ppem: u16
§bit_depth: u8
Trait Implementations§
source§impl Clone for BitmapSizeTable
impl Clone for BitmapSizeTable
source§fn clone(&self) -> BitmapSizeTable
fn clone(&self) -> BitmapSizeTable
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 moreimpl Copy for BitmapSizeTable
Auto Trait Implementations§
impl Freeze for BitmapSizeTable
impl RefUnwindSafe for BitmapSizeTable
impl Send for BitmapSizeTable
impl Sync for BitmapSizeTable
impl Unpin for BitmapSizeTable
impl UnwindSafe for BitmapSizeTable
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