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