Struct ITextConstantsStatics_Vtbl
#[repr(C)]pub struct ITextConstantsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub AutoColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub MinUnitCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MaxUnitCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub UndefinedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub UndefinedFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub UndefinedInt32Value: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub UndefinedFontStretch: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStretch) -> HRESULT,
pub UndefinedFontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStyle) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AutoColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§MinUnitCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MaxUnitCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§UndefinedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§UndefinedFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§UndefinedInt32Value: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§UndefinedFontStretch: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStretch) -> HRESULT
§UndefinedFontStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut FontStyle) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITextConstantsStatics_Vtbl
impl RefUnwindSafe for ITextConstantsStatics_Vtbl
impl Send for ITextConstantsStatics_Vtbl
impl Sync for ITextConstantsStatics_Vtbl
impl Unpin for ITextConstantsStatics_Vtbl
impl UnwindSafe for ITextConstantsStatics_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