#[repr(C)]pub struct NUMPARSE {
pub cDig: i32,
pub dwInFlags: u32,
pub dwOutFlags: u32,
pub cchUsed: i32,
pub nBaseShift: i32,
pub nPwr10: i32,
}
Expand description
Required features: "Win32_System_Ole"
Fields
cDig: i32
dwInFlags: u32
dwOutFlags: u32
cchUsed: i32
nBaseShift: i32
nPwr10: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NUMPARSE
impl Send for NUMPARSE
impl Sync for NUMPARSE
impl Unpin for NUMPARSE
impl UnwindSafe for NUMPARSE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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