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