Struct ICompositionGeometry_Vtbl
#[repr(C)]pub struct ICompositionGeometry_Vtbl {
pub base__: IInspectable_Vtbl,
pub TrimEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTrimEnd: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub TrimOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTrimOffset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub TrimStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetTrimStart: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TrimEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTrimEnd: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§TrimOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTrimOffset: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§TrimStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetTrimStart: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionGeometry_Vtbl
impl RefUnwindSafe for ICompositionGeometry_Vtbl
impl Send for ICompositionGeometry_Vtbl
impl Sync for ICompositionGeometry_Vtbl
impl Unpin for ICompositionGeometry_Vtbl
impl UnwindSafe for ICompositionGeometry_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