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