#[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 duplicate 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 Default for CURRENCYFMTA
impl Default for CURRENCYFMTA
Source§fn default() -> CURRENCYFMTA
fn default() -> CURRENCYFMTA
Returns the “default value” for a type. Read more
impl Copy 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