#[repr(u32)]pub enum calc_LC_ALL_format {
INTERNAL_FORMAT = 0,
EXTERNAL_FORMAT_FOR_SET = 1,
EXTERNAL_FORMAT_FOR_QUERY = 2,
}Variants§
Trait Implementations§
Source§impl Clone for calc_LC_ALL_format
impl Clone for calc_LC_ALL_format
Source§fn clone(&self) -> calc_LC_ALL_format
fn clone(&self) -> calc_LC_ALL_format
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 calc_LC_ALL_format
Source§impl Debug for calc_LC_ALL_format
impl Debug for calc_LC_ALL_format
impl Eq for calc_LC_ALL_format
Source§impl Hash for calc_LC_ALL_format
impl Hash for calc_LC_ALL_format
Source§impl Ord for calc_LC_ALL_format
impl Ord for calc_LC_ALL_format
Source§fn cmp(&self, other: &calc_LC_ALL_format) -> Ordering
fn cmp(&self, other: &calc_LC_ALL_format) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for calc_LC_ALL_format
impl PartialEq for calc_LC_ALL_format
Source§impl PartialOrd for calc_LC_ALL_format
impl PartialOrd for calc_LC_ALL_format
impl StructuralPartialEq for calc_LC_ALL_format
Auto Trait Implementations§
impl Freeze for calc_LC_ALL_format
impl RefUnwindSafe for calc_LC_ALL_format
impl Send for calc_LC_ALL_format
impl Sync for calc_LC_ALL_format
impl Unpin for calc_LC_ALL_format
impl UnsafeUnpin for calc_LC_ALL_format
impl UnwindSafe for calc_LC_ALL_format
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