Struct winapi::sqltypes::TIME_STRUCT [] [src]

pub struct TIME_STRUCT {
    pub hour: SQLUSMALLINT,
    pub minute: SQLUSMALLINT,
    pub second: SQLUSMALLINT,
}

Fields

hour: SQLUSMALLINT minute: SQLUSMALLINT second: SQLUSMALLINT

Trait Implementations

impl Debug for TIME_STRUCT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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