Struct ICompositionNineGridBrush_Vtbl
#[repr(C)]pub struct ICompositionNineGridBrush_Vtbl {Show 25 fields
pub base__: IInspectable_Vtbl,
pub BottomInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetBottomInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub BottomInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetBottomInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub IsCenterHollow: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCenterHollow: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub LeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetLeftInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub LeftInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetLeftInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RightInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRightInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RightInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRightInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TopInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTopInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub TopInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTopInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetInsets: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetInsetsWithValues: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
pub SetInsetScales: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetInsetScalesWithValues: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BottomInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetBottomInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§BottomInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetBottomInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§IsCenterHollow: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCenterHollow: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§LeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetLeftInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§LeftInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetLeftInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§RightInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetRightInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§RightInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetRightInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§TopInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTopInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§TopInsetScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTopInsetScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetInsets: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetInsetsWithValues: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32) -> HRESULT
§SetInsetScales: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetInsetScalesWithValues: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionNineGridBrush_Vtbl
impl RefUnwindSafe for ICompositionNineGridBrush_Vtbl
impl Send for ICompositionNineGridBrush_Vtbl
impl Sync for ICompositionNineGridBrush_Vtbl
impl Unpin for ICompositionNineGridBrush_Vtbl
impl UnwindSafe for ICompositionNineGridBrush_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