#[repr(C)]pub struct MSV1_0_GETCHALLENRESP_REQUEST_V1 {
pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
pub ParameterControl: u32,
pub LogonId: LUID,
pub Password: UNICODE_STRING,
pub ChallengeToClient: [u8; 8],
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Authentication_Identity"
Fields§
§MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE
§ParameterControl: u32
§LogonId: LUID
§Password: UNICODE_STRING
§ChallengeToClient: [u8; 8]
Trait Implementations§
§impl Clone for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl Clone for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl Copy for MSV1_0_GETCHALLENRESP_REQUEST_V1
Auto Trait Implementations§
impl RefUnwindSafe for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl !Send for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl !Sync for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl Unpin for MSV1_0_GETCHALLENRESP_REQUEST_V1
impl UnwindSafe for MSV1_0_GETCHALLENRESP_REQUEST_V1
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