Struct windows_sys::UI::Xaml::Automation::ExpandCollapseState
[−]#[repr(transparent)]pub struct ExpandCollapseState(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl ExpandCollapseState
impl ExpandCollapseState
pub const Collapsed: Self = Self(0i32)
pub const Expanded: Self = Self(1i32)
pub const PartiallyExpanded: Self = Self(2i32)
pub const LeafNode: Self = Self(3i32)
Trait Implementations
impl Clone for ExpandCollapseState
impl Clone for ExpandCollapseState
impl Copy for ExpandCollapseState
Auto Trait Implementations
impl RefUnwindSafe for ExpandCollapseState
impl Send for ExpandCollapseState
impl Sync for ExpandCollapseState
impl Unpin for ExpandCollapseState
impl UnwindSafe for ExpandCollapseState
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