#[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,
}
Fields§
§NumDigits: u32
§LeadingZero: u32
§Grouping: u32
§lpDecimalSep: PSTR
§lpThousandSep: PSTR
§NegativeOrder: u32
§PositiveOrder: u32
§lpCurrencySymbol: PSTR
Trait Implementations§
Source§impl Abi for CURRENCYFMTA
impl Abi for CURRENCYFMTA
Source§type Abi = CURRENCYFMTA
type Abi = CURRENCYFMTA
The abi representation of the implementing type. Read more
type DefaultType = CURRENCYFMTA
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 CURRENCYFMTA
impl Clone for CURRENCYFMTA
Source§fn clone(&self) -> CURRENCYFMTA
fn clone(&self) -> CURRENCYFMTA
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 CURRENCYFMTA
impl Debug for CURRENCYFMTA
Source§impl Default for CURRENCYFMTA
impl Default for CURRENCYFMTA
Source§impl PartialEq for CURRENCYFMTA
impl PartialEq for CURRENCYFMTA
impl Copy for CURRENCYFMTA
impl Eq 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