#[repr(C)]pub struct MSV1_0_SUBAUTH_RESPONSE {
pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
pub SubAuthInfoLength: u32,
pub SubAuthReturnBuffer: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE
SubAuthInfoLength: u32
SubAuthReturnBuffer: *mut u8
Trait Implementations
impl Clone for MSV1_0_SUBAUTH_RESPONSE
impl Clone for MSV1_0_SUBAUTH_RESPONSE
impl Copy for MSV1_0_SUBAUTH_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_SUBAUTH_RESPONSE
impl !Send for MSV1_0_SUBAUTH_RESPONSE
impl !Sync for MSV1_0_SUBAUTH_RESPONSE
impl Unpin for MSV1_0_SUBAUTH_RESPONSE
impl UnwindSafe for MSV1_0_SUBAUTH_RESPONSE
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