Struct windows::Media::Devices::IVideoDeviceController_Vtbl
#[repr(C)]pub struct IVideoDeviceController_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub Brightness: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Contrast: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Hue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WhiteBalance: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BacklightCompensation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Pan: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Tilt: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Zoom: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Roll: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Exposure: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Focus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TrySetPowerlineFrequency: unsafe extern "system" fn(_: *mut c_void, _: PowerlineFrequency, _: *mut bool) -> HRESULT,
pub TryGetPowerlineFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut PowerlineFrequency, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Brightness: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Contrast: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Hue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WhiteBalance: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BacklightCompensation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Pan: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Tilt: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Zoom: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Roll: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Exposure: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Focus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TrySetPowerlineFrequency: unsafe extern "system" fn(_: *mut c_void, _: PowerlineFrequency, _: *mut bool) -> HRESULT
§TryGetPowerlineFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut PowerlineFrequency, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVideoDeviceController_Vtbl
impl RefUnwindSafe for IVideoDeviceController_Vtbl
impl Send for IVideoDeviceController_Vtbl
impl Sync for IVideoDeviceController_Vtbl
impl Unpin for IVideoDeviceController_Vtbl
impl UnwindSafe for IVideoDeviceController_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