Struct windows_sys::Win32::UI::Xaml::Diagnostics::PropertyChainSource
[−]#[repr(C)]pub struct PropertyChainSource {
pub Handle: u64,
pub TargetType: BSTR,
pub Name: BSTR,
pub Source: BaseValueSource,
pub SrcInfo: SourceInfo,
}
Expand description
Required features: "Win32_UI_Xaml_Diagnostics"
, "Win32_Foundation"
Fields
Handle: u64
TargetType: BSTR
Name: BSTR
Source: BaseValueSource
SrcInfo: SourceInfo
Trait Implementations
impl Clone for PropertyChainSource
impl Clone for PropertyChainSource
impl Copy for PropertyChainSource
Auto Trait Implementations
impl RefUnwindSafe for PropertyChainSource
impl !Send for PropertyChainSource
impl !Sync for PropertyChainSource
impl Unpin for PropertyChainSource
impl UnwindSafe for PropertyChainSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more