Struct rsfbclient_core::ibase::USER_SEC_DATA
source · [−]#[repr(C)]pub struct USER_SEC_DATA {Show 13 fields
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_short
uid: c_int
gid: c_int
protocol: c_int
server: *mut ISC_SCHAR
user_name: *mut ISC_SCHAR
password: *mut ISC_SCHAR
group_name: *mut ISC_SCHAR
first_name: *mut ISC_SCHAR
middle_name: *mut ISC_SCHAR
last_name: *mut ISC_SCHAR
dba_user_name: *mut ISC_SCHAR
dba_password: *mut ISC_SCHAR
Trait Implementations
sourceimpl Clone for USER_SEC_DATA
impl Clone for USER_SEC_DATA
sourcefn clone(&self) -> USER_SEC_DATA
fn clone(&self) -> USER_SEC_DATA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for USER_SEC_DATA
impl Debug for USER_SEC_DATA
impl Copy for USER_SEC_DATA
Auto Trait Implementations
impl RefUnwindSafe for USER_SEC_DATA
impl !Send for USER_SEC_DATA
impl !Sync for USER_SEC_DATA
impl Unpin for USER_SEC_DATA
impl UnwindSafe for USER_SEC_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more