#[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: INT
Trait Implementations§
Source§impl Ord for NUMPARSE
impl Ord for NUMPARSE
Source§impl PartialOrd for NUMPARSE
impl PartialOrd for NUMPARSE
impl Copy for NUMPARSE
impl Eq for NUMPARSE
impl StructuralPartialEq for NUMPARSE
Auto Trait Implementations§
impl Freeze for NUMPARSE
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