Struct skia_bindings::SkOrderedFontMgr 
source · #[repr(C)]pub struct SkOrderedFontMgr {
    pub _base: SkFontMgr,
    pub fList: [u64; 3],
}Fields§
§_base: SkFontMgr§fList: [u64; 3]Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkOrderedFontMgr
impl Send for SkOrderedFontMgr
impl Sync for SkOrderedFontMgr
impl Unpin for SkOrderedFontMgr
impl UnwindSafe for SkOrderedFontMgr
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