#[repr(C)]pub struct _numberfmtW {
pub NumDigits: UINT,
pub LeadingZero: UINT,
pub Grouping: UINT,
pub lpDecimalSep: LPWSTR,
pub lpThousandSep: LPWSTR,
pub NegativeOrder: UINT,
}Fields§
§NumDigits: UINT§LeadingZero: UINT§Grouping: UINT§lpDecimalSep: LPWSTR§lpThousandSep: LPWSTR§NegativeOrder: UINTTrait Implementations§
Source§impl Clone for _numberfmtW
impl Clone for _numberfmtW
Source§fn clone(&self) -> _numberfmtW
fn clone(&self) -> _numberfmtW
Returns a duplicate 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 _numberfmtW
impl Debug for _numberfmtW
impl Copy for _numberfmtW
Auto Trait Implementations§
impl Freeze for _numberfmtW
impl RefUnwindSafe for _numberfmtW
impl !Send for _numberfmtW
impl !Sync for _numberfmtW
impl Unpin for _numberfmtW
impl UnwindSafe for _numberfmtW
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