Struct InstalledFontCollection
#[repr(transparent)]pub struct InstalledFontCollection(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for InstalledFontCollection
impl Clone for InstalledFontCollection
§fn clone(&self) -> InstalledFontCollection
fn clone(&self) -> InstalledFontCollection
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 more§impl Debug for InstalledFontCollection
impl Debug for InstalledFontCollection
§impl Default for InstalledFontCollection
impl Default for InstalledFontCollection
§fn default() -> InstalledFontCollection
fn default() -> InstalledFontCollection
Returns the “default value” for a type. Read more
§impl PartialEq for InstalledFontCollection
impl PartialEq for InstalledFontCollection
impl Copy for InstalledFontCollection
impl Eq for InstalledFontCollection
impl StructuralPartialEq for InstalledFontCollection
Auto Trait Implementations§
impl Freeze for InstalledFontCollection
impl RefUnwindSafe for InstalledFontCollection
impl Send for InstalledFontCollection
impl Sync for InstalledFontCollection
impl Unpin for InstalledFontCollection
impl UnwindSafe for InstalledFontCollection
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