Struct windows_sys::UI::Text::MarkerStyle
[−]#[repr(transparent)]pub struct MarkerStyle(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl MarkerStyle
impl MarkerStyle
pub const Undefined: Self = Self(0i32)
pub const Parenthesis: Self = Self(1i32)
pub const Parentheses: Self = Self(2i32)
pub const Period: Self = Self(3i32)
pub const Plain: Self = Self(4i32)
pub const Minus: Self = Self(5i32)
pub const NoNumber: Self = Self(6i32)
Trait Implementations
impl Clone for MarkerStyle
impl Clone for MarkerStyle
impl Copy for MarkerStyle
Auto Trait Implementations
impl RefUnwindSafe for MarkerStyle
impl Send for MarkerStyle
impl Sync for MarkerStyle
impl Unpin for MarkerStyle
impl UnwindSafe for MarkerStyle
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