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