Struct ULocaleDataDelimiterType
#[repr(transparent)]pub struct ULocaleDataDelimiterType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ULocaleDataDelimiterType
impl Clone for ULocaleDataDelimiterType
§fn clone(&self) -> ULocaleDataDelimiterType
fn clone(&self) -> ULocaleDataDelimiterType
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 ULocaleDataDelimiterType
impl Debug for ULocaleDataDelimiterType
§impl Default for ULocaleDataDelimiterType
impl Default for ULocaleDataDelimiterType
§fn default() -> ULocaleDataDelimiterType
fn default() -> ULocaleDataDelimiterType
Returns the “default value” for a type. Read more
§impl PartialEq for ULocaleDataDelimiterType
impl PartialEq for ULocaleDataDelimiterType
impl Copy for ULocaleDataDelimiterType
impl Eq for ULocaleDataDelimiterType
impl StructuralPartialEq for ULocaleDataDelimiterType
Auto Trait Implementations§
impl Freeze for ULocaleDataDelimiterType
impl RefUnwindSafe for ULocaleDataDelimiterType
impl Send for ULocaleDataDelimiterType
impl Sync for ULocaleDataDelimiterType
impl Unpin for ULocaleDataDelimiterType
impl UnwindSafe for ULocaleDataDelimiterType
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