Struct windows_sys::Win32::UI::Xaml::Diagnostics::CollectionElementValue
[−]#[repr(C)]pub struct CollectionElementValue {
pub Index: u32,
pub ValueType: BSTR,
pub Value: BSTR,
pub MetadataBits: i64,
}
Expand description
Required features: "Win32_UI_Xaml_Diagnostics"
, "Win32_Foundation"
Fields
Index: u32
ValueType: BSTR
Value: BSTR
MetadataBits: i64
Trait Implementations
impl Clone for CollectionElementValue
impl Clone for CollectionElementValue
impl Copy for CollectionElementValue
Auto Trait Implementations
impl RefUnwindSafe for CollectionElementValue
impl !Send for CollectionElementValue
impl !Sync for CollectionElementValue
impl Unpin for CollectionElementValue
impl UnwindSafe for CollectionElementValue
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