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