Struct rsfbclient_core::ibase::USER_SEC_DATA[][src]

#[repr(C)]pub struct USER_SEC_DATA {
    pub sec_flags: c_short,
    pub uid: c_int,
    pub gid: c_int,
    pub protocol: c_int,
    pub server: *mut ISC_SCHAR,
    pub user_name: *mut ISC_SCHAR,
    pub password: *mut ISC_SCHAR,
    pub group_name: *mut ISC_SCHAR,
    pub first_name: *mut ISC_SCHAR,
    pub middle_name: *mut ISC_SCHAR,
    pub last_name: *mut ISC_SCHAR,
    pub dba_user_name: *mut ISC_SCHAR,
    pub dba_password: *mut ISC_SCHAR,
}

Fields

sec_flags: c_shortuid: c_intgid: c_intprotocol: c_intserver: *mut ISC_SCHARuser_name: *mut ISC_SCHARpassword: *mut ISC_SCHARgroup_name: *mut ISC_SCHARfirst_name: *mut ISC_SCHARmiddle_name: *mut ISC_SCHARlast_name: *mut ISC_SCHARdba_user_name: *mut ISC_SCHARdba_password: *mut ISC_SCHAR

Trait Implementations

impl Clone for USER_SEC_DATA[src]

impl Copy for USER_SEC_DATA[src]

impl Debug for USER_SEC_DATA[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.