#[repr(C)]pub struct SecPkgContext_MappedCredAttr {
pub dwAttribute: u32,
pub pvBuffer: *mut c_void,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more