Struct ttf_parser::aat::LookupSingle
source · struct LookupSingle {
glyph: u16,
value: u16,
}
Fields§
§glyph: u16
§value: u16
Trait Implementations§
source§impl BinarySearchValue for LookupSingle
impl BinarySearchValue for LookupSingle
source§impl Clone for LookupSingle
impl Clone for LookupSingle
source§fn clone(&self) -> LookupSingle
fn clone(&self) -> LookupSingle
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 LookupSingle
impl Debug for LookupSingle
source§impl FromData for LookupSingle
impl FromData for LookupSingle
impl Copy for LookupSingle
Auto Trait Implementations§
impl Freeze for LookupSingle
impl RefUnwindSafe for LookupSingle
impl Send for LookupSingle
impl Sync for LookupSingle
impl Unpin for LookupSingle
impl UnwindSafe for LookupSingle
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