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