Struct ttf_parser::tables::math::KernInfoRecord
source · struct KernInfoRecord {
top_right: Option<Offset16>,
top_left: Option<Offset16>,
bottom_right: Option<Offset16>,
bottom_left: Option<Offset16>,
}
Fields§
§top_right: Option<Offset16>
§top_left: Option<Offset16>
§bottom_right: Option<Offset16>
§bottom_left: Option<Offset16>
Implementations§
Trait Implementations§
source§impl Clone for KernInfoRecord
impl Clone for KernInfoRecord
source§fn clone(&self) -> KernInfoRecord
fn clone(&self) -> KernInfoRecord
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 FromData for KernInfoRecord
impl FromData for KernInfoRecord
impl Copy for KernInfoRecord
Auto Trait Implementations§
impl Freeze for KernInfoRecord
impl RefUnwindSafe for KernInfoRecord
impl Send for KernInfoRecord
impl Sync for KernInfoRecord
impl Unpin for KernInfoRecord
impl UnwindSafe for KernInfoRecord
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