#[repr(C)]pub struct CURRENCYFMTW {
pub NumDigits: u32,
pub LeadingZero: u32,
pub Grouping: u32,
pub lpDecimalSep: PWSTR,
pub lpThousandSep: PWSTR,
pub NegativeOrder: u32,
pub PositiveOrder: u32,
pub lpCurrencySymbol: PWSTR,
}Fields§
§NumDigits: u32§LeadingZero: u32§Grouping: u32§lpDecimalSep: PWSTR§lpThousandSep: PWSTR§NegativeOrder: u32§PositiveOrder: u32§lpCurrencySymbol: PWSTRTrait Implementations§
Source§impl Abi for CURRENCYFMTW
impl Abi for CURRENCYFMTW
Source§type Abi = CURRENCYFMTW
type Abi = CURRENCYFMTW
The abi representation of the implementing type. Read more
type DefaultType = CURRENCYFMTW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for CURRENCYFMTW
impl Default for CURRENCYFMTW
Source§impl PartialEq for CURRENCYFMTW
impl PartialEq for CURRENCYFMTW
impl Copy for CURRENCYFMTW
impl Eq 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