Struct windows_sys::Win32::UI::Xaml::Diagnostics::VisualElement
[−]#[repr(C)]pub struct VisualElement {
pub Handle: u64,
pub SrcInfo: SourceInfo,
pub Type: BSTR,
pub Name: BSTR,
pub NumChildren: u32,
}
Expand description
Required features: "Win32_UI_Xaml_Diagnostics"
, "Win32_Foundation"
Fields
Handle: u64
SrcInfo: SourceInfo
Type: BSTR
Name: BSTR
NumChildren: u32
Trait Implementations
impl Clone for VisualElement
impl Clone for VisualElement
impl Copy for VisualElement
Auto Trait Implementations
impl RefUnwindSafe for VisualElement
impl !Send for VisualElement
impl !Sync for VisualElement
impl Unpin for VisualElement
impl UnwindSafe for VisualElement
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