Struct MarkerStyle
#[repr(transparent)]pub struct MarkerStyle(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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