Struct windows_sys::Win32::UI::Accessibility::ExtendedProperty
[−]Expand description
Required features: "Win32_UI_Accessibility"
, "Win32_Foundation"
Fields
PropertyName: BSTR
PropertyValue: BSTR
Trait Implementations
impl Clone for ExtendedProperty
impl Clone for ExtendedProperty
impl Copy for ExtendedProperty
Auto Trait Implementations
impl RefUnwindSafe for ExtendedProperty
impl !Send for ExtendedProperty
impl !Sync for ExtendedProperty
impl Unpin for ExtendedProperty
impl UnwindSafe for ExtendedProperty
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