pub struct ComponentRecord { /* private fields */ }Implementations§
Source§impl ComponentRecord
impl ComponentRecord
pub fn ligature_anchor_offsets(&self) -> &[u16]
pub fn ligature_anchors(&self) -> &[Anchor]
Auto Trait Implementations§
impl Freeze for ComponentRecord
impl RefUnwindSafe for ComponentRecord
impl Send for ComponentRecord
impl Sync for ComponentRecord
impl Unpin for ComponentRecord
impl UnsafeUnpin for ComponentRecord
impl UnwindSafe for ComponentRecord
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