#[repr(C)]pub struct WS_SAML_AUTHENTICATOR {
pub authenticatorType: WS_SAML_AUTHENTICATOR_TYPE,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
authenticatorType: WS_SAML_AUTHENTICATOR_TYPE
Trait Implementations
impl Clone for WS_SAML_AUTHENTICATOR
impl Clone for WS_SAML_AUTHENTICATOR
impl Copy for WS_SAML_AUTHENTICATOR
Auto Trait Implementations
impl RefUnwindSafe for WS_SAML_AUTHENTICATOR
impl Send for WS_SAML_AUTHENTICATOR
impl Sync for WS_SAML_AUTHENTICATOR
impl Unpin for WS_SAML_AUTHENTICATOR
impl UnwindSafe for WS_SAML_AUTHENTICATOR
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