Struct windows_sys::Win32::Globalization::CURRENCYFMTA
[−]#[repr(C)]pub struct CURRENCYFMTA {
pub NumDigits: u32,
pub LeadingZero: u32,
pub Grouping: u32,
pub lpDecimalSep: PSTR,
pub lpThousandSep: PSTR,
pub NegativeOrder: u32,
pub PositiveOrder: u32,
pub lpCurrencySymbol: PSTR,
}Expand description
Required features: "Win32_Globalization"
Fields
NumDigits: u32LeadingZero: u32Grouping: u32lpDecimalSep: PSTRlpThousandSep: PSTRNegativeOrder: u32PositiveOrder: u32lpCurrencySymbol: PSTRTrait Implementations
impl Clone for CURRENCYFMTA
impl Clone for CURRENCYFMTA
impl Copy for CURRENCYFMTA
Auto Trait Implementations
impl RefUnwindSafe for CURRENCYFMTA
impl !Send for CURRENCYFMTA
impl !Sync for CURRENCYFMTA
impl Unpin for CURRENCYFMTA
impl UnwindSafe for CURRENCYFMTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more