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