Struct windows::Win32::Graphics::GdiPlus::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
§impl PartialEq for InstalledFontCollection
impl PartialEq for InstalledFontCollection
§fn eq(&self, other: &InstalledFontCollection) -> bool
fn eq(&self, other: &InstalledFontCollection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)