Struct ITimedTextSubformat_Vtbl
#[repr(C)]pub struct ITimedTextSubformat_Vtbl {
pub base__: IInspectable_Vtbl,
pub StartIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetStartIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SubformatStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSubformatStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StartIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetStartIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SubformatStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSubformatStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITimedTextSubformat_Vtbl
impl RefUnwindSafe for ITimedTextSubformat_Vtbl
impl Send for ITimedTextSubformat_Vtbl
impl Sync for ITimedTextSubformat_Vtbl
impl Unpin for ITimedTextSubformat_Vtbl
impl UnwindSafe for ITimedTextSubformat_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