#[repr(C)]pub struct IDWriteFont2Vtbl {
pub parent: IDWriteFont1Vtbl,
pub IsColorFont: unsafe extern "system" fn(This: *mut IDWriteFont2) -> BOOL,
}
Fields§
§parent: IDWriteFont1Vtbl
§IsColorFont: unsafe extern "system" fn(This: *mut IDWriteFont2) -> BOOL
Auto Trait Implementations§
impl Freeze for IDWriteFont2Vtbl
impl RefUnwindSafe for IDWriteFont2Vtbl
impl Send for IDWriteFont2Vtbl
impl Sync for IDWriteFont2Vtbl
impl Unpin for IDWriteFont2Vtbl
impl UnwindSafe for IDWriteFont2Vtbl
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