Struct IIsoSpeedControl_Vtbl
#[repr(C)]pub struct IIsoSpeedControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SupportedPresets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Preset: unsafe extern "system" fn(_: *mut c_void, _: *mut IsoSpeedPreset) -> HRESULT,
pub SetPresetAsync: unsafe extern "system" fn(_: *mut c_void, _: IsoSpeedPreset, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SupportedPresets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Preset: unsafe extern "system" fn(_: *mut c_void, _: *mut IsoSpeedPreset) -> HRESULT
§SetPresetAsync: unsafe extern "system" fn(_: *mut c_void, _: IsoSpeedPreset, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIsoSpeedControl_Vtbl
impl RefUnwindSafe for IIsoSpeedControl_Vtbl
impl Send for IIsoSpeedControl_Vtbl
impl Sync for IIsoSpeedControl_Vtbl
impl Unpin for IIsoSpeedControl_Vtbl
impl UnwindSafe for IIsoSpeedControl_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