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