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"
Fields
Handle: u64TargetType: BSTRName: BSTRSource: BaseValueSourceSrcInfo: SourceInfoTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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