Struct ttf_parser::VarCoords
source · pub(crate) struct VarCoords {
pub(crate) data: [NormalizedCoordinate; 64],
pub(crate) len: u8,
}
Fields§
§data: [NormalizedCoordinate; 64]
§len: u8
Implementations§
source§impl VarCoords
impl VarCoords
pub(crate) fn as_slice(&self) -> &[NormalizedCoordinate]
pub(crate) fn as_mut_slice(&mut self) -> &mut [NormalizedCoordinate]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarCoords
impl RefUnwindSafe for VarCoords
impl Send for VarCoords
impl Sync for VarCoords
impl Unpin for VarCoords
impl UnwindSafe for VarCoords
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