Struct windows::UI::Text::MarkerStyle
#[repr(transparent)]pub struct MarkerStyle(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MarkerStyle
impl MarkerStyle
pub const Undefined: Self = _
pub const Parenthesis: Self = _
pub const Parentheses: Self = _
pub const Period: Self = _
pub const Plain: Self = _
pub const Minus: Self = _
pub const NoNumber: Self = _
Trait Implementations§
§impl Clone for MarkerStyle
impl Clone for MarkerStyle
§fn clone(&self) -> MarkerStyle
fn clone(&self) -> MarkerStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MarkerStyle
impl Debug for MarkerStyle
§impl Default for MarkerStyle
impl Default for MarkerStyle
§fn default() -> MarkerStyle
fn default() -> MarkerStyle
Returns the “default value” for a type. Read more
§impl PartialEq for MarkerStyle
impl PartialEq for MarkerStyle
§fn eq(&self, other: &MarkerStyle) -> bool
fn eq(&self, other: &MarkerStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MarkerStyle
impl Eq for MarkerStyle
impl StructuralPartialEq for MarkerStyle
Auto Trait Implementations§
impl Freeze for MarkerStyle
impl RefUnwindSafe for MarkerStyle
impl Send for MarkerStyle
impl Sync for MarkerStyle
impl Unpin for MarkerStyle
impl UnwindSafe for MarkerStyle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)