#[repr(u32)]pub enum ULocAvailableType {
ULOC_AVAILABLE_DEFAULT = 0,
ULOC_AVAILABLE_ONLY_LEGACY_ALIASES = 1,
ULOC_AVAILABLE_WITH_LEGACY_ALIASES = 2,
ULOC_AVAILABLE_COUNT = 3,
}
Variants§
ULOC_AVAILABLE_DEFAULT = 0
ULOC_AVAILABLE_ONLY_LEGACY_ALIASES = 1
ULOC_AVAILABLE_WITH_LEGACY_ALIASES = 2
ULOC_AVAILABLE_COUNT = 3
Trait Implementations§
Source§impl Clone for ULocAvailableType
impl Clone for ULocAvailableType
Source§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 moreSource§impl Debug for ULocAvailableType
impl Debug for ULocAvailableType
Source§impl Hash for ULocAvailableType
impl Hash for ULocAvailableType
Source§impl PartialEq for ULocAvailableType
impl PartialEq for ULocAvailableType
Source§impl PartialOrd for ULocAvailableType
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)