Struct windows_sys::Win32::UI::Accessibility::ExtendedProperty
#[repr(C)]pub struct ExtendedProperty {
pub PropertyName: BSTR,
pub PropertyValue: BSTR,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more