#[repr(C)]pub struct SecPkgInfoA {
pub fCapabilities: c_ulong,
pub wVersion: c_ushort,
pub wRPCID: c_ushort,
pub cbMaxToken: c_ulong,
pub Name: *mut SEC_CHAR,
pub Comment: *mut SEC_CHAR,
}
Fields
fCapabilities: c_ulong
wVersion: c_ushort
wRPCID: c_ushort
cbMaxToken: c_ulong
Name: *mut SEC_CHAR
Comment: *mut SEC_CHAR
Trait Implementations
sourceimpl Clone for SecPkgInfoA
impl Clone for SecPkgInfoA
sourcefn clone(&self) -> SecPkgInfoA
fn clone(&self) -> SecPkgInfoA
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
impl Copy for SecPkgInfoA
Auto Trait Implementations
impl RefUnwindSafe for SecPkgInfoA
impl !Send for SecPkgInfoA
impl !Sync for SecPkgInfoA
impl Unpin for SecPkgInfoA
impl UnwindSafe for SecPkgInfoA
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