#[repr(C)]pub struct SecPkgContext_MappedCredAttr {
pub dwAttribute: u32,
pub pvBuffer: *mut c_void,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
dwAttribute: u32
pvBuffer: *mut c_void
Trait Implementations
impl Clone for SecPkgContext_MappedCredAttr
impl Clone for SecPkgContext_MappedCredAttr
impl Copy for SecPkgContext_MappedCredAttr
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_MappedCredAttr
impl !Send for SecPkgContext_MappedCredAttr
impl !Sync for SecPkgContext_MappedCredAttr
impl Unpin for SecPkgContext_MappedCredAttr
impl UnwindSafe for SecPkgContext_MappedCredAttr
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