#[repr(C)]pub struct MSV1_0_PASSTHROUGH_RESPONSE {
pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
pub Pad: ULONG,
pub DataLength: ULONG,
pub ValidationData: PUCHAR,
}
Fields§
§MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE
§Pad: ULONG
§DataLength: ULONG
§ValidationData: PUCHAR
Trait Implementations§
Source§impl Clone for MSV1_0_PASSTHROUGH_RESPONSE
impl Clone for MSV1_0_PASSTHROUGH_RESPONSE
Source§fn clone(&self) -> MSV1_0_PASSTHROUGH_RESPONSE
fn clone(&self) -> MSV1_0_PASSTHROUGH_RESPONSE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MSV1_0_PASSTHROUGH_RESPONSE
impl Default for MSV1_0_PASSTHROUGH_RESPONSE
Source§fn default() -> MSV1_0_PASSTHROUGH_RESPONSE
fn default() -> MSV1_0_PASSTHROUGH_RESPONSE
Returns the “default value” for a type. Read more
impl Copy for MSV1_0_PASSTHROUGH_RESPONSE
Auto Trait Implementations§
impl Freeze for MSV1_0_PASSTHROUGH_RESPONSE
impl RefUnwindSafe for MSV1_0_PASSTHROUGH_RESPONSE
impl !Send for MSV1_0_PASSTHROUGH_RESPONSE
impl !Sync for MSV1_0_PASSTHROUGH_RESPONSE
impl Unpin for MSV1_0_PASSTHROUGH_RESPONSE
impl UnwindSafe for MSV1_0_PASSTHROUGH_RESPONSE
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