Struct IDigitalWindowBounds_Vtbl
#[repr(C)]pub struct IDigitalWindowBounds_Vtbl {
pub base__: IInspectable_Vtbl,
pub NormalizedOriginTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetNormalizedOriginTop: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub NormalizedOriginLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetNormalizedOriginLeft: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NormalizedOriginTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetNormalizedOriginTop: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§NormalizedOriginLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetNormalizedOriginLeft: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetScale: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDigitalWindowBounds_Vtbl
impl RefUnwindSafe for IDigitalWindowBounds_Vtbl
impl Send for IDigitalWindowBounds_Vtbl
impl Sync for IDigitalWindowBounds_Vtbl
impl Unpin for IDigitalWindowBounds_Vtbl
impl UnwindSafe for IDigitalWindowBounds_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