Struct odbc_sys::SQL_YEAR_MONTH_STRUCT[][src]

#[repr(C)]
pub struct SQL_YEAR_MONTH_STRUCT { pub year: SQLUINTEGER, pub month: SQLUINTEGER, }

Fields

Trait Implementations

impl Debug for SQL_YEAR_MONTH_STRUCT
[src]

Formats the value using the given formatter. Read more

impl Default for SQL_YEAR_MONTH_STRUCT
[src]

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

impl PartialEq for SQL_YEAR_MONTH_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_YEAR_MONTH_STRUCT
[src]

impl Clone for SQL_YEAR_MONTH_STRUCT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQL_YEAR_MONTH_STRUCT
[src]

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