Struct windows_sys::UI::Text::LineSpacingRule
[−]#[repr(transparent)]pub struct LineSpacingRule(pub i32);
Expand description
Required features: ‘UI_Text’
Tuple Fields
0: i32
Implementations
impl LineSpacingRule
impl LineSpacingRule
Trait Implementations
impl Clone for LineSpacingRule
impl Clone for LineSpacingRule
impl Copy for LineSpacingRule
Auto Trait Implementations
impl RefUnwindSafe for LineSpacingRule
impl Send for LineSpacingRule
impl Sync for LineSpacingRule
impl Unpin for LineSpacingRule
impl UnwindSafe for LineSpacingRule
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