Struct windows::Devices::Display::Core::IDisplayState_Vtbl
#[repr(C)]pub struct IDisplayState_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub IsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStale: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Targets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Views: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectTargetToView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CanConnectTargetToView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub GetViewForTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPathForTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisconnectTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TryFunctionalize: unsafe extern "system" fn(_: *mut c_void, _: DisplayStateFunctionalizeOptions, _: *mut *mut c_void) -> HRESULT,
pub TryApply: unsafe extern "system" fn(_: *mut c_void, _: DisplayStateApplyOptions, _: *mut *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStale: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Targets: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Views: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectTargetToView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CanConnectTargetToView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§GetViewForTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPathForTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DisconnectTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§TryFunctionalize: unsafe extern "system" fn(_: *mut c_void, _: DisplayStateFunctionalizeOptions, _: *mut *mut c_void) -> HRESULT
§TryApply: unsafe extern "system" fn(_: *mut c_void, _: DisplayStateApplyOptions, _: *mut *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayState_Vtbl
impl RefUnwindSafe for IDisplayState_Vtbl
impl Send for IDisplayState_Vtbl
impl Sync for IDisplayState_Vtbl
impl Unpin for IDisplayState_Vtbl
impl UnwindSafe for IDisplayState_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