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
pub const TrimToCapHeight: Self
pub const TrimToBaseline: Self
pub const Tight: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more