Struct IPhotoConfirmationControl_Vtbl
#[repr(C)]pub struct IPhotoConfirmationControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPixelFormat) -> HRESULT,
pub SetPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: MediaPixelFormat) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§PixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPixelFormat) -> HRESULT
§SetPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: MediaPixelFormat) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhotoConfirmationControl_Vtbl
impl RefUnwindSafe for IPhotoConfirmationControl_Vtbl
impl Send for IPhotoConfirmationControl_Vtbl
impl Sync for IPhotoConfirmationControl_Vtbl
impl Unpin for IPhotoConfirmationControl_Vtbl
impl UnwindSafe for IPhotoConfirmationControl_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