Struct windows::Globalization::Fonts::ILanguageFont_Vtbl
#[repr(C)]pub struct ILanguageFont_Vtbl {
pub base__: IInspectable_Vtbl,
pub FontFamily: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub FontWeight: unsafe extern "system" fn(_: *mut c_void, _: *mut FontWeight) -> HRESULT,
pub FontStretch: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStretch) -> HRESULT,
pub FontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStyle) -> HRESULT,
pub ScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FontFamily: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§FontWeight: unsafe extern "system" fn(_: *mut c_void, _: *mut FontWeight) -> HRESULT
§FontStretch: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStretch) -> HRESULT
§FontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStyle) -> HRESULT
§ScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILanguageFont_Vtbl
impl RefUnwindSafe for ILanguageFont_Vtbl
impl Send for ILanguageFont_Vtbl
impl Sync for ILanguageFont_Vtbl
impl Unpin for ILanguageFont_Vtbl
impl UnwindSafe for ILanguageFont_Vtbl
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