Struct windows_sys::Win32::UI::Xaml::Diagnostics::ParentChildRelation
[−]Expand description
Required features: "Win32_UI_Xaml_Diagnostics"
Fields
Parent: u64
Child: u64
ChildIndex: u32
Trait Implementations
impl Clone for ParentChildRelation
impl Clone for ParentChildRelation
impl Copy for ParentChildRelation
Auto Trait Implementations
impl RefUnwindSafe for ParentChildRelation
impl Send for ParentChildRelation
impl Sync for ParentChildRelation
impl Unpin for ParentChildRelation
impl UnwindSafe for ParentChildRelation
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