#[repr(C)]
pub struct ODBC_VS_ARGS { pub pguidEvent: *const GUID, pub dwFlags: u32, pub Anonymous1: ODBC_VS_ARGS_0, pub Anonymous2: ODBC_VS_ARGS_1, pub RetCode: i16, }
Expand description

Required features: "Win32_System_Search"

Fields

pguidEvent: *const GUIDdwFlags: u32Anonymous1: ODBC_VS_ARGS_0Anonymous2: ODBC_VS_ARGS_1RetCode: i16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.