Struct IInsetClip_Vtbl
#[repr(C)]pub struct IInsetClip_Vtbl {
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 LeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetLeftInset: 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 TopInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTopInset: unsafe extern "system" fn(_: *mut c_void, _: 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
§LeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetLeftInset: 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
§TopInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTopInset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInsetClip_Vtbl
impl RefUnwindSafe for IInsetClip_Vtbl
impl Send for IInsetClip_Vtbl
impl Sync for IInsetClip_Vtbl
impl Unpin for IInsetClip_Vtbl
impl UnwindSafe for IInsetClip_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