Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::WINDOW_LONG_PTR_INDEX [−][src]
#[repr(transparent)]pub struct WINDOW_LONG_PTR_INDEX(pub i32);Tuple Fields
0: i32Trait Implementations
type DefaultType = Self
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
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 WINDOW_LONG_PTR_INDEX
impl Send for WINDOW_LONG_PTR_INDEX
impl Sync for WINDOW_LONG_PTR_INDEX
impl Unpin for WINDOW_LONG_PTR_INDEX
impl UnwindSafe for WINDOW_LONG_PTR_INDEX
Blanket Implementations
Mutably borrows from an owned value. Read more