#[repr(C)]pub struct NUMPARSE {
pub cDig: INT,
pub dwInFlags: ULONG,
pub dwOutFlags: ULONG,
pub cchUsed: INT,
pub nBaseShift: INT,
pub nPwr10: INT,
}Fields§
§cDig: INT§dwInFlags: ULONG§dwOutFlags: ULONG§cchUsed: INT§nBaseShift: INT§nPwr10: INTTrait 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§
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