Struct windows_sys::UI::Xaml::Controls::Primitives::FlyoutPlacementMode
[−]#[repr(transparent)]pub struct FlyoutPlacementMode(pub i32);
Expand description
Required features: "UI_Xaml_Controls_Primitives"
Tuple Fields
0: i32
Implementations
impl FlyoutPlacementMode
impl FlyoutPlacementMode
pub const Top: Self = Self(0i32)
pub const Bottom: Self = Self(1i32)
pub const Left: Self = Self(2i32)
pub const Right: Self = Self(3i32)
pub const Full: Self = Self(4i32)
pub const TopEdgeAlignedLeft: Self = Self(5i32)
pub const TopEdgeAlignedRight: Self = Self(6i32)
pub const BottomEdgeAlignedLeft: Self = Self(7i32)
pub const BottomEdgeAlignedRight: Self = Self(8i32)
pub const LeftEdgeAlignedTop: Self = Self(9i32)
pub const LeftEdgeAlignedBottom: Self = Self(10i32)
pub const RightEdgeAlignedTop: Self = Self(11i32)
pub const RightEdgeAlignedBottom: Self = Self(12i32)
pub const Auto: Self = Self(13i32)
Trait Implementations
impl Clone for FlyoutPlacementMode
impl Clone for FlyoutPlacementMode
impl Copy for FlyoutPlacementMode
Auto Trait Implementations
impl RefUnwindSafe for FlyoutPlacementMode
impl Send for FlyoutPlacementMode
impl Sync for FlyoutPlacementMode
impl Unpin for FlyoutPlacementMode
impl UnwindSafe for FlyoutPlacementMode
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