Struct odbc_sys::SQLGUID[][src]

#[repr(C)]
pub struct SQLGUID { pub d1: u32, pub d2: u16, pub d3: u16, pub d4: [u8; 8], }

Fields

Trait Implementations

impl Debug for SQLGUID
[src]

Formats the value using the given formatter. Read more

impl Default for SQLGUID
[src]

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

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

impl Clone for SQLGUID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SQLGUID
[src]

impl Hash for SQLGUID
[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

impl Send for SQLGUID

impl Sync for SQLGUID