Struct odbc_sys::SQL_DAY_SECOND_STRUCT[][src]

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

Fields

Trait Implementations

impl Debug for SQL_DAY_SECOND_STRUCT
[src]

Formats the value using the given formatter. Read more

impl Default for SQL_DAY_SECOND_STRUCT
[src]

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

impl PartialEq for SQL_DAY_SECOND_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_DAY_SECOND_STRUCT
[src]

impl Clone for SQL_DAY_SECOND_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQL_DAY_SECOND_STRUCT
[src]

impl Hash for SQL_DAY_SECOND_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