#[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§
Source§impl Clone for SecPkgInfoW
impl Clone for SecPkgInfoW
Source§fn clone(&self) -> SecPkgInfoW
fn clone(&self) -> SecPkgInfoW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecPkgInfoW
impl Default for SecPkgInfoW
Source§fn default() -> SecPkgInfoW
fn default() -> SecPkgInfoW
Returns the “default value” for a type. Read more
impl Copy for SecPkgInfoW
Auto Trait Implementations§
impl Freeze for SecPkgInfoW
impl RefUnwindSafe for SecPkgInfoW
impl !Send for SecPkgInfoW
impl !Sync for SecPkgInfoW
impl Unpin for SecPkgInfoW
impl UnwindSafe for SecPkgInfoW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more