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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more