Struct MarkerType
#[repr(transparent)]pub struct MarkerType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl MarkerType
impl MarkerType
pub const Undefined: Self
pub const None: Self
pub const Bullet: Self
pub const Arabic: Self
pub const LowercaseEnglishLetter: Self
pub const UppercaseEnglishLetter: Self
pub const LowercaseRoman: Self
pub const UppercaseRoman: Self
pub const UnicodeSequence: Self
pub const CircledNumber: Self
pub const BlackCircleWingding: Self
pub const WhiteCircleWingding: Self
pub const ArabicWide: Self
pub const SimplifiedChinese: Self
pub const TraditionalChinese: Self
pub const JapanSimplifiedChinese: Self
pub const JapanKorea: Self
pub const ArabicDictionary: Self
pub const ArabicAbjad: Self
pub const Hebrew: Self
pub const ThaiAlphabetic: Self
pub const ThaiNumeric: Self
pub const DevanagariVowel: Self
pub const DevanagariConsonant: Self
pub const DevanagariNumeric: Self
Trait Implementations§
§impl Clone for MarkerType
impl Clone for MarkerType
§fn clone(&self) -> MarkerType
fn clone(&self) -> MarkerType
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 MarkerType
impl Debug for MarkerType
§impl Default for MarkerType
impl Default for MarkerType
§fn default() -> MarkerType
fn default() -> MarkerType
Returns the “default value” for a type. Read more
§impl PartialEq for MarkerType
impl PartialEq for MarkerType
impl Copy for MarkerType
impl Eq for MarkerType
impl StructuralPartialEq for MarkerType
Auto Trait Implementations§
impl Freeze for MarkerType
impl RefUnwindSafe for MarkerType
impl Send for MarkerType
impl Sync for MarkerType
impl Unpin for MarkerType
impl UnwindSafe for MarkerType
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