Struct odbc_sys::SQL_SS_TIME2_STRUCT[][src]

#[repr(C)]
pub struct SQL_SS_TIME2_STRUCT { pub hour: SQLUSMALLINT, pub minute: SQLUSMALLINT, pub second: SQLUSMALLINT, pub fraction: SQLUINTEGER, }

Fields

Trait Implementations

impl Debug for SQL_SS_TIME2_STRUCT
[src]

Formats the value using the given formatter. Read more

impl Default for SQL_SS_TIME2_STRUCT
[src]

Returns the "default value" for a type. Read more

impl PartialEq for SQL_SS_TIME2_STRUCT
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SQL_SS_TIME2_STRUCT
[src]

impl Clone for SQL_SS_TIME2_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQL_SS_TIME2_STRUCT
[src]

impl Hash for SQL_SS_TIME2_STRUCT
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations