Struct windows::UI::UIAutomation::Core::CoreAutomationRegistrar
pub struct CoreAutomationRegistrar;
Implementations§
§impl CoreAutomationRegistrar
impl CoreAutomationRegistrar
pub fn RegisterAnnotationType( guid: GUID, ) -> Result<AutomationAnnotationTypeRegistration>
pub fn UnregisterAnnotationType( registration: AutomationAnnotationTypeRegistration, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for CoreAutomationRegistrar
impl RefUnwindSafe for CoreAutomationRegistrar
impl Send for CoreAutomationRegistrar
impl Sync for CoreAutomationRegistrar
impl Unpin for CoreAutomationRegistrar
impl UnwindSafe for CoreAutomationRegistrar
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