Struct owned_ttf_parser::gpos::HintingDevice
source · pub struct HintingDevice<'a> {
start_size: u16,
end_size: u16,
delta_format: u16,
delta_values: LazyArray16<'a, u16>,
}
Expand description
A Device Table hinting values.
Fields§
§start_size: u16
§end_size: u16
§delta_format: u16
§delta_values: LazyArray16<'a, u16>
Implementations§
Trait Implementations§
source§impl<'a> Clone for HintingDevice<'a>
impl<'a> Clone for HintingDevice<'a>
source§fn clone(&self) -> HintingDevice<'a>
fn clone(&self) -> HintingDevice<'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 Debug for HintingDevice<'_>
impl Debug for HintingDevice<'_>
impl<'a> Copy for HintingDevice<'a>
Auto Trait Implementations§
impl<'a> Freeze for HintingDevice<'a>
impl<'a> RefUnwindSafe for HintingDevice<'a>
impl<'a> Send for HintingDevice<'a>
impl<'a> Sync for HintingDevice<'a>
impl<'a> Unpin for HintingDevice<'a>
impl<'a> UnwindSafe for HintingDevice<'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