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