Struct windows::Media::Devices::IMediaDeviceControl_Vtbl
#[repr(C)]pub struct IMediaDeviceControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryGetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: *mut bool) -> HRESULT,
pub TrySetValue: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut bool) -> HRESULT,
pub TryGetAuto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool, _: *mut bool) -> HRESULT,
pub TrySetAuto: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TryGetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: *mut bool) -> HRESULT
§TrySetValue: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut bool) -> HRESULT
§TryGetAuto: unsafe extern "system" fn(_: *mut c_void, _: *mut bool, _: *mut bool) -> HRESULT
§TrySetAuto: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaDeviceControl_Vtbl
impl RefUnwindSafe for IMediaDeviceControl_Vtbl
impl Send for IMediaDeviceControl_Vtbl
impl Sync for IMediaDeviceControl_Vtbl
impl Unpin for IMediaDeviceControl_Vtbl
impl UnwindSafe for IMediaDeviceControl_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