#[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: LPSTRTrait 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 Debug for _currencyfmtA
impl Debug for _currencyfmtA
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