Struct winapi::sqltypes::SQL_INTERVAL_STRUCT [] [src]

pub struct SQL_INTERVAL_STRUCT {
    pub interval_type: SQLINTERVAL,
    pub interval_sign: SQLSMALLINT,
    pub intval: [u32; 5],
}

Fields

interval_type: SQLINTERVAL interval_sign: SQLSMALLINT intval: [u32; 5]

Methods

impl SQL_INTERVAL_STRUCT
[src]

unsafe fn year_month(&self) -> &SQL_YEAR_MONTH_STRUCT

unsafe fn year_month_mut(&mut self) -> &mut SQL_YEAR_MONTH_STRUCT

impl SQL_INTERVAL_STRUCT
[src]

unsafe fn day_second(&self) -> &SQL_DAY_SECOND_STRUCT

unsafe fn day_second_mut(&mut self) -> &mut SQL_DAY_SECOND_STRUCT

Trait Implementations

impl Debug for SQL_INTERVAL_STRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for SQL_INTERVAL_STRUCT
[src]

impl Clone for SQL_INTERVAL_STRUCT
[src]

fn clone(&self) -> SQL_INTERVAL_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