Struct windows_sys::UI::Xaml::Automation::Peers::PatternInterface
[−]#[repr(transparent)]pub struct PatternInterface(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
impl PatternInterface
impl PatternInterface
pub const Invoke: Self = Self(0i32)
pub const Selection: Self = Self(1i32)
pub const Value: Self = Self(2i32)
pub const RangeValue: Self = Self(3i32)
pub const Scroll: Self = Self(4i32)
pub const ScrollItem: Self = Self(5i32)
pub const ExpandCollapse: Self = Self(6i32)
pub const Grid: Self = Self(7i32)
pub const GridItem: Self = Self(8i32)
pub const MultipleView: Self = Self(9i32)
pub const Window: Self = Self(10i32)
pub const SelectionItem: Self = Self(11i32)
pub const Dock: Self = Self(12i32)
pub const Table: Self = Self(13i32)
pub const TableItem: Self = Self(14i32)
pub const Toggle: Self = Self(15i32)
pub const Transform: Self = Self(16i32)
pub const Text: Self = Self(17i32)
pub const ItemContainer: Self = Self(18i32)
pub const VirtualizedItem: Self = Self(19i32)
pub const Text2: Self = Self(20i32)
pub const TextChild: Self = Self(21i32)
pub const TextRange: Self = Self(22i32)
pub const Annotation: Self = Self(23i32)
pub const Drag: Self = Self(24i32)
pub const DropTarget: Self = Self(25i32)
pub const ObjectModel: Self = Self(26i32)
pub const Spreadsheet: Self = Self(27i32)
pub const SpreadsheetItem: Self = Self(28i32)
pub const Styles: Self = Self(29i32)
pub const Transform2: Self = Self(30i32)
pub const SynchronizedInput: Self = Self(31i32)
pub const TextEdit: Self = Self(32i32)
Trait Implementations
impl Clone for PatternInterface
impl Clone for PatternInterface
impl Copy for PatternInterface
Auto Trait Implementations
impl RefUnwindSafe for PatternInterface
impl Send for PatternInterface
impl Sync for PatternInterface
impl Unpin for PatternInterface
impl UnwindSafe for PatternInterface
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