#[repr(C)]pub struct _numberfmtA {
pub NumDigits: UINT,
pub LeadingZero: UINT,
pub Grouping: UINT,
pub lpDecimalSep: LPSTR,
pub lpThousandSep: LPSTR,
pub NegativeOrder: UINT,
}
Fields§
§NumDigits: UINT
§LeadingZero: UINT
§Grouping: UINT
§lpDecimalSep: LPSTR
§lpThousandSep: LPSTR
§NegativeOrder: UINT
Trait Implementations§
Source§impl Clone for _numberfmtA
impl Clone for _numberfmtA
Source§fn clone(&self) -> _numberfmtA
fn clone(&self) -> _numberfmtA
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 _numberfmtA
impl Debug for _numberfmtA
Source§impl Ord for _numberfmtA
impl Ord for _numberfmtA
Source§fn cmp(&self, other: &_numberfmtA) -> Ordering
fn cmp(&self, other: &_numberfmtA) -> Ordering
1.21.0 · 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 _numberfmtA
impl PartialEq for _numberfmtA
Source§impl PartialOrd for _numberfmtA
impl PartialOrd for _numberfmtA
impl Copy for _numberfmtA
impl Eq for _numberfmtA
impl StructuralPartialEq for _numberfmtA
Auto Trait Implementations§
impl Freeze for _numberfmtA
impl RefUnwindSafe for _numberfmtA
impl !Send for _numberfmtA
impl !Sync for _numberfmtA
impl Unpin for _numberfmtA
impl UnwindSafe for _numberfmtA
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