Struct IDigitalWindowCapability_Vtbl
#[repr(C)]pub struct IDigitalWindowCapability_Vtbl {
pub base__: IInspectable_Vtbl,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MinScaleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub MaxScaleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub MinScaleValueWithoutUpsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub NormalizedFieldOfViewLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MinScaleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§MaxScaleValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§MinScaleValueWithoutUpsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§NormalizedFieldOfViewLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDigitalWindowCapability_Vtbl
impl RefUnwindSafe for IDigitalWindowCapability_Vtbl
impl Send for IDigitalWindowCapability_Vtbl
impl Sync for IDigitalWindowCapability_Vtbl
impl Unpin for IDigitalWindowCapability_Vtbl
impl UnwindSafe for IDigitalWindowCapability_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