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