pub struct IDWriteFontCollectionLoader(/* private fields */);Implementations§
Source§impl IDWriteFontCollectionLoader
impl IDWriteFontCollectionLoader
pub unsafe fn CreateEnumeratorFromKey<'a, Param0: IntoParam<'a, IDWriteFactory>>( &self, factory: Param0, collectionkey: *const c_void, collectionkeysize: u32, ) -> Result<IDWriteFontFileEnumerator>
Trait Implementations§
Source§impl Clone for IDWriteFontCollectionLoader
impl Clone for IDWriteFontCollectionLoader
Source§fn clone(&self) -> IDWriteFontCollectionLoader
fn clone(&self) -> IDWriteFontCollectionLoader
Returns a duplicate 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 moreSource§impl Debug for IDWriteFontCollectionLoader
impl Debug for IDWriteFontCollectionLoader
Source§impl From<&IDWriteFontCollectionLoader> for IUnknown
impl From<&IDWriteFontCollectionLoader> for IUnknown
Source§fn from(value: &IDWriteFontCollectionLoader) -> Self
fn from(value: &IDWriteFontCollectionLoader) -> Self
Converts to this type from the input type.
Source§impl From<IDWriteFontCollectionLoader> for IUnknown
impl From<IDWriteFontCollectionLoader> for IUnknown
Source§fn from(value: IDWriteFontCollectionLoader) -> Self
fn from(value: IDWriteFontCollectionLoader) -> Self
Converts to this type from the input type.
Source§impl Interface for IDWriteFontCollectionLoader
impl Interface for IDWriteFontCollectionLoader
impl Eq for IDWriteFontCollectionLoader
impl StructuralPartialEq for IDWriteFontCollectionLoader
Auto Trait Implementations§
impl Freeze for IDWriteFontCollectionLoader
impl RefUnwindSafe for IDWriteFontCollectionLoader
impl !Send for IDWriteFontCollectionLoader
impl !Sync for IDWriteFontCollectionLoader
impl Unpin for IDWriteFontCollectionLoader
impl UnwindSafe for IDWriteFontCollectionLoader
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