#[repr(transparent)]pub struct LocaleTimeFormat(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for LocaleTimeFormat
impl Clone for LocaleTimeFormat
Source§fn clone(&self) -> LocaleTimeFormat
fn clone(&self) -> LocaleTimeFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocaleTimeFormat
Source§impl Debug for LocaleTimeFormat
impl Debug for LocaleTimeFormat
impl Eq for LocaleTimeFormat
Source§impl Hash for LocaleTimeFormat
impl Hash for LocaleTimeFormat
Source§impl PartialEq for LocaleTimeFormat
impl PartialEq for LocaleTimeFormat
Source§fn eq(&self, other: &LocaleTimeFormat) -> bool
fn eq(&self, other: &LocaleTimeFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocaleTimeFormat
Auto Trait Implementations§
impl Freeze for LocaleTimeFormat
impl RefUnwindSafe for LocaleTimeFormat
impl Send for LocaleTimeFormat
impl Sync for LocaleTimeFormat
impl Unpin for LocaleTimeFormat
impl UnsafeUnpin for LocaleTimeFormat
impl UnwindSafe for LocaleTimeFormat
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