#[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§
Source§impl Clone for SecPkgInfoA
impl Clone for SecPkgInfoA
Source§fn clone(&self) -> SecPkgInfoA
fn clone(&self) -> SecPkgInfoA
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 SecPkgInfoA
impl Default for SecPkgInfoA
Source§fn default() -> SecPkgInfoA
fn default() -> SecPkgInfoA
Returns the “default value” for a type. Read more
impl Copy for SecPkgInfoA
Auto Trait Implementations§
impl Freeze for SecPkgInfoA
impl RefUnwindSafe for SecPkgInfoA
impl !Send for SecPkgInfoA
impl !Sync for SecPkgInfoA
impl Unpin for SecPkgInfoA
impl UnwindSafe for SecPkgInfoA
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