Struct owned_ttf_parser::gpos::CursiveAnchorSet
source · pub struct CursiveAnchorSet<'a> {
data: &'a [u8],
records: LazyArray16<'a, EntryExitRecord>,
}
Expand description
A list of entry and exit Anchor
pairs.
Fields§
§data: &'a [u8]
§records: LazyArray16<'a, EntryExitRecord>
Implementations§
source§impl<'a> CursiveAnchorSet<'a>
impl<'a> CursiveAnchorSet<'a>
Trait Implementations§
source§impl<'a> Clone for CursiveAnchorSet<'a>
impl<'a> Clone for CursiveAnchorSet<'a>
source§fn clone(&self) -> CursiveAnchorSet<'a>
fn clone(&self) -> CursiveAnchorSet<'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 CursiveAnchorSet<'_>
impl Debug for CursiveAnchorSet<'_>
impl<'a> Copy for CursiveAnchorSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for CursiveAnchorSet<'a>
impl<'a> RefUnwindSafe for CursiveAnchorSet<'a>
impl<'a> Send for CursiveAnchorSet<'a>
impl<'a> Sync for CursiveAnchorSet<'a>
impl<'a> Unpin for CursiveAnchorSet<'a>
impl<'a> UnwindSafe for CursiveAnchorSet<'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