Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::GET_CLASS_LONG_INDEX [−][src]
#[repr(transparent)]pub struct GET_CLASS_LONG_INDEX(pub i32);Tuple Fields
0: i32Trait Implementations
type Abi = GET_CLASS_LONG_INDEX
type Abi = GET_CLASS_LONG_INDEX
The abi representation of the implementing type. Read more
type DefaultType = GET_CLASS_LONG_INDEX
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GET_CLASS_LONG_INDEX
impl Send for GET_CLASS_LONG_INDEX
impl Sync for GET_CLASS_LONG_INDEX
impl Unpin for GET_CLASS_LONG_INDEX
impl UnwindSafe for GET_CLASS_LONG_INDEX
Blanket Implementations
Mutably borrows from an owned value. Read more