#[repr(C)]pub struct COAUTHINFO {
pub dwAuthnSvc: u32,
pub dwAuthzSvc: u32,
pub pwszServerPrincName: PWSTR,
pub dwAuthnLevel: u32,
pub dwImpersonationLevel: u32,
pub pAuthIdentityData: *mut COAUTHIDENTITY,
pub dwCapabilities: u32,
}Fields§
§dwAuthnSvc: u32§dwAuthzSvc: u32§pwszServerPrincName: PWSTR§dwAuthnLevel: u32§dwImpersonationLevel: u32§pAuthIdentityData: *mut COAUTHIDENTITY§dwCapabilities: u32Trait Implementations§
Source§impl Abi for COAUTHINFO
impl Abi for COAUTHINFO
Source§type Abi = COAUTHINFO
type Abi = COAUTHINFO
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COAUTHINFO
impl Clone for COAUTHINFO
Source§fn clone(&self) -> COAUTHINFO
fn clone(&self) -> COAUTHINFO
Returns a duplicate 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 Debug for COAUTHINFO
impl Debug for COAUTHINFO
Source§impl Default for COAUTHINFO
impl Default for COAUTHINFO
Source§impl PartialEq for COAUTHINFO
impl PartialEq for COAUTHINFO
impl Copy for COAUTHINFO
impl Eq for COAUTHINFO
Auto Trait Implementations§
impl Freeze for COAUTHINFO
impl RefUnwindSafe for COAUTHINFO
impl !Send for COAUTHINFO
impl !Sync for COAUTHINFO
impl Unpin for COAUTHINFO
impl UnwindSafe for COAUTHINFO
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