#[repr(C)]pub struct BLFontImpl {
pub face: BLFontFaceCore,
pub features: BLArrayCore,
pub variations: BLArrayCore,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub weight: u16,
pub stretch: u8,
pub style: u8,
pub metrics: BLFontMetrics,
pub matrix: BLFontMatrix,
}Fields§
§face: BLFontFaceCore§features: BLArrayCore§variations: BLArrayCore§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§weight: u16§stretch: u8§style: u8§metrics: BLFontMetrics§matrix: BLFontMatrixTrait Implementations§
Source§impl Clone for BLFontImpl
impl Clone for BLFontImpl
Source§fn clone(&self) -> BLFontImpl
fn clone(&self) -> BLFontImpl
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 moreimpl Copy for BLFontImpl
Auto Trait Implementations§
impl Freeze for BLFontImpl
impl RefUnwindSafe for BLFontImpl
impl !Send for BLFontImpl
impl !Sync for BLFontImpl
impl Unpin for BLFontImpl
impl UnwindSafe for BLFontImpl
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