Struct winapi::sqltypes::TIME_STRUCT
[−]
[src]
pub struct TIME_STRUCT { pub hour: SQLUSMALLINT, pub minute: SQLUSMALLINT, pub second: SQLUSMALLINT, }
Fields
hour | |
minute | |
second |
Trait Implementations
impl Copy for TIME_STRUCT
[src]
impl Clone for TIME_STRUCT
[src]
fn clone(&self) -> TIME_STRUCT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more