#[repr(transparent)]pub struct HandwritingPanelPlacementAlignment(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl HandwritingPanelPlacementAlignment
impl HandwritingPanelPlacementAlignment
pub const Auto: Self = Self(0i32)
pub const TopLeft: Self = Self(1i32)
pub const TopRight: Self = Self(2i32)
pub const BottomLeft: Self = Self(3i32)
pub const BottomRight: Self = Self(4i32)
Trait Implementations
impl Clone for HandwritingPanelPlacementAlignment
impl Clone for HandwritingPanelPlacementAlignment
impl Copy for HandwritingPanelPlacementAlignment
Auto Trait Implementations
impl RefUnwindSafe for HandwritingPanelPlacementAlignment
impl Send for HandwritingPanelPlacementAlignment
impl Sync for HandwritingPanelPlacementAlignment
impl Unpin for HandwritingPanelPlacementAlignment
impl UnwindSafe for HandwritingPanelPlacementAlignment
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