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: u32
LeadingZero: u32
Grouping: u32
lpDecimalSep: PSTR
lpThousandSep: PSTR
NegativeOrder: u32
PositiveOrder: u32
lpCurrencySymbol: PSTR
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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