#[repr(transparent)]pub struct LocaleTimeFormat(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LocaleTimeFormat
impl Debug for LocaleTimeFormat
Source§impl Hash for LocaleTimeFormat
impl Hash for LocaleTimeFormat
Source§impl PartialEq for LocaleTimeFormat
impl PartialEq for LocaleTimeFormat
impl Copy for LocaleTimeFormat
impl Eq for LocaleTimeFormat
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 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