Struct windows_sys::UI::Xaml::Controls::Primitives::FlyoutShowMode
[−]#[repr(transparent)]pub struct FlyoutShowMode(pub i32);
Expand description
Required features: "UI_Xaml_Controls_Primitives"
Tuple Fields
0: i32
Implementations
impl FlyoutShowMode
impl FlyoutShowMode
pub const Auto: Self = Self(0i32)
pub const Standard: Self = Self(1i32)
pub const Transient: Self = Self(2i32)
pub const TransientWithDismissOnPointerMoveAway: Self = Self(3i32)
Trait Implementations
impl Clone for FlyoutShowMode
impl Clone for FlyoutShowMode
impl Copy for FlyoutShowMode
Auto Trait Implementations
impl RefUnwindSafe for FlyoutShowMode
impl Send for FlyoutShowMode
impl Sync for FlyoutShowMode
impl Unpin for FlyoutShowMode
impl UnwindSafe for FlyoutShowMode
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