[][src]Struct odbc::ffi::SQLGUID

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

Fields

d1: u32d2: u16d3: u16d4: [u8; 8]

Trait Implementations

impl Clone for SQLGUID[src]

impl Debug for SQLGUID[src]

impl StructuralPartialEq for SQLGUID[src]

impl Hash for SQLGUID[src]

impl Copy for SQLGUID[src]

impl StructuralEq for SQLGUID[src]

impl PartialEq<SQLGUID> for SQLGUID[src]

impl Default for SQLGUID[src]

impl Eq for SQLGUID[src]

Auto Trait Implementations

impl Send for SQLGUID

impl Sync for SQLGUID

impl Unpin for SQLGUID

impl UnwindSafe for SQLGUID

impl RefUnwindSafe for SQLGUID

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]