Struct windows_sys::Win32::System::Search::DB_NUMERIC
[−]#[repr(C)]pub struct DB_NUMERIC {
pub precision: u8,
pub scale: u8,
pub sign: u8,
pub val: [u8; 16],
}
Expand description
Required features: "Win32_System_Search"
Fields
precision: u8
scale: u8
sign: u8
val: [u8; 16]
Trait Implementations
impl Clone for DB_NUMERIC
impl Clone for DB_NUMERIC
impl Copy for DB_NUMERIC
Auto Trait Implementations
impl RefUnwindSafe for DB_NUMERIC
impl Send for DB_NUMERIC
impl Sync for DB_NUMERIC
impl Unpin for DB_NUMERIC
impl UnwindSafe for DB_NUMERIC
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