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