Lines Matching refs:DisplayInformation

900 pub struct DisplayInformation(::windows::runtime::IInspectable);
901 impl DisplayInformation {
917 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
958 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
978 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
999 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
1018 pub fn GetForCurrentView() -> ::windows::runtime::Result<DisplayInformation> {
1021 …(this).6)(::std::mem::transmute_copy(this), &mut result__).from_abi::<DisplayInformation>(result__)
1034 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
1074 …runtime::IntoParam<'a, super::super::Foundation::TypedEventHandler<DisplayInformation, ::windows::…
1087 …static mut SHARED: ::windows::runtime::FactoryCache<DisplayInformation, IDisplayInformationStatics…
1091 unsafe impl ::windows::runtime::RuntimeType for DisplayInformation {
1094 unsafe impl ::windows::runtime::Interface for DisplayInformation {
1098 impl ::windows::runtime::RuntimeName for DisplayInformation {
1101 impl ::std::convert::From<DisplayInformation> for ::windows::runtime::IUnknown {
1102 fn from(value: DisplayInformation) -> Self {
1106 impl ::std::convert::From<&DisplayInformation> for ::windows::runtime::IUnknown {
1107 fn from(value: &DisplayInformation) -> Self {
1111 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for DisplayInformation {
1116 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &DisplayInformation {
1121 impl ::std::convert::From<DisplayInformation> for ::windows::runtime::IInspectable {
1122 fn from(value: DisplayInformation) -> Self {
1126 impl ::std::convert::From<&DisplayInformation> for ::windows::runtime::IInspectable {
1127 fn from(value: &DisplayInformation) -> Self {
1131 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for DisplayInformation
1136 …a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a DisplayInformation {
1141 unsafe impl ::std::marker::Send for DisplayInformation {}
1142 unsafe impl ::std::marker::Sync for DisplayInformation {}