[−][src]Struct rsfbclient_core::ibase::USER_SEC_DATA
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_SCHARTrait Implementations
impl Clone for USER_SEC_DATA[src]
fn clone(&self) -> USER_SEC_DATA[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for USER_SEC_DATA[src]
impl Debug for USER_SEC_DATA[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,