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