#[repr(C)]pub struct RAS_AUTH_ATTRIBUTE {
pub raaType: RAS_AUTH_ATTRIBUTE_TYPE,
pub dwLength: u32,
pub Value: *mut c_void,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
raaType: RAS_AUTH_ATTRIBUTE_TYPE
dwLength: u32
Value: *mut c_void
Trait Implementations
impl Clone for RAS_AUTH_ATTRIBUTE
impl Clone for RAS_AUTH_ATTRIBUTE
impl Copy for RAS_AUTH_ATTRIBUTE
Auto Trait Implementations
impl RefUnwindSafe for RAS_AUTH_ATTRIBUTE
impl !Send for RAS_AUTH_ATTRIBUTE
impl !Sync for RAS_AUTH_ATTRIBUTE
impl Unpin for RAS_AUTH_ATTRIBUTE
impl UnwindSafe for RAS_AUTH_ATTRIBUTE
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