Struct windows::Media::Devices::IDigitalWindowControl_Vtbl
#[repr(C)]pub struct IDigitalWindowControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SupportedModes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut DigitalWindowMode) -> HRESULT,
pub CurrentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DigitalWindowMode) -> HRESULT,
pub GetBounds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Configure: unsafe extern "system" fn(_: *mut c_void, _: DigitalWindowMode) -> HRESULT,
pub ConfigureWithBounds: unsafe extern "system" fn(_: *mut c_void, _: DigitalWindowMode, _: *mut c_void) -> HRESULT,
pub SupportedCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCapabilityForSize: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SupportedModes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut DigitalWindowMode) -> HRESULT
§CurrentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DigitalWindowMode) -> HRESULT
§GetBounds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Configure: unsafe extern "system" fn(_: *mut c_void, _: DigitalWindowMode) -> HRESULT
§ConfigureWithBounds: unsafe extern "system" fn(_: *mut c_void, _: DigitalWindowMode, _: *mut c_void) -> HRESULT
§SupportedCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCapabilityForSize: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDigitalWindowControl_Vtbl
impl RefUnwindSafe for IDigitalWindowControl_Vtbl
impl Send for IDigitalWindowControl_Vtbl
impl Sync for IDigitalWindowControl_Vtbl
impl Unpin for IDigitalWindowControl_Vtbl
impl UnwindSafe for IDigitalWindowControl_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