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