#[repr(C)]pub struct LoadedFontSource {
pub data: U8Vec,
pub index: u32,
pub load_outlines: bool,
}Fields§
§data: U8Vec§index: u32§load_outlines: boolTrait Implementations§
Source§impl Clone for LoadedFontSource
impl Clone for LoadedFontSource
Source§fn clone(&self) -> LoadedFontSource
fn clone(&self) -> LoadedFontSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LoadedFontSource
impl Debug for LoadedFontSource
Source§impl Hash for LoadedFontSource
impl Hash for LoadedFontSource
Source§impl PartialEq for LoadedFontSource
impl PartialEq for LoadedFontSource
Source§fn eq(&self, other: &LoadedFontSource) -> bool
fn eq(&self, other: &LoadedFontSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LoadedFontSource
impl StructuralPartialEq for LoadedFontSource
Auto Trait Implementations§
impl Freeze for LoadedFontSource
impl RefUnwindSafe for LoadedFontSource
impl Send for LoadedFontSource
impl Sync for LoadedFontSource
impl Unpin for LoadedFontSource
impl UnsafeUnpin for LoadedFontSource
impl UnwindSafe for LoadedFontSource
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