#[repr(C)]pub struct SOLE_AUTHENTICATION_SERVICE {
pub dwAuthnSvc: u32,
pub dwAuthzSvc: u32,
pub pPrincipalName: PWSTR,
pub hr: ErrorCode,
}Fields§
§dwAuthnSvc: u32§dwAuthzSvc: u32§pPrincipalName: PWSTR§hr: ErrorCodeTrait Implementations§
Source§impl Abi for SOLE_AUTHENTICATION_SERVICE
impl Abi for SOLE_AUTHENTICATION_SERVICE
Source§type Abi = SOLE_AUTHENTICATION_SERVICE
type Abi = SOLE_AUTHENTICATION_SERVICE
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 SOLE_AUTHENTICATION_SERVICE
impl Clone for SOLE_AUTHENTICATION_SERVICE
Source§fn clone(&self) -> SOLE_AUTHENTICATION_SERVICE
fn clone(&self) -> SOLE_AUTHENTICATION_SERVICE
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 SOLE_AUTHENTICATION_SERVICE
impl Debug for SOLE_AUTHENTICATION_SERVICE
impl Copy for SOLE_AUTHENTICATION_SERVICE
impl Eq for SOLE_AUTHENTICATION_SERVICE
Auto Trait Implementations§
impl Freeze for SOLE_AUTHENTICATION_SERVICE
impl RefUnwindSafe for SOLE_AUTHENTICATION_SERVICE
impl !Send for SOLE_AUTHENTICATION_SERVICE
impl !Sync for SOLE_AUTHENTICATION_SERVICE
impl Unpin for SOLE_AUTHENTICATION_SERVICE
impl UnwindSafe for SOLE_AUTHENTICATION_SERVICE
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