Struct windows_sys::Security::Authentication::Web::TokenBindingKeyType
[−]#[repr(transparent)]pub struct TokenBindingKeyType(pub i32);
Expand description
Required features: "Security_Authentication_Web"
Tuple Fields
0: i32
Implementations
impl TokenBindingKeyType
impl TokenBindingKeyType
pub const Rsa2048: Self = Self(0i32)
pub const EcdsaP256: Self = Self(1i32)
pub const AnyExisting: Self = Self(2i32)
Trait Implementations
impl Clone for TokenBindingKeyType
impl Clone for TokenBindingKeyType
impl Copy for TokenBindingKeyType
Auto Trait Implementations
impl RefUnwindSafe for TokenBindingKeyType
impl Send for TokenBindingKeyType
impl Sync for TokenBindingKeyType
impl Unpin for TokenBindingKeyType
impl UnwindSafe for TokenBindingKeyType
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