Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::WINDOW_EX_STYLE [−][src]
#[repr(transparent)]pub struct WINDOW_EX_STYLE(pub u32);Tuple Fields
0: u32Trait Implementations
type Abi = WINDOW_EX_STYLE
type Abi = WINDOW_EX_STYLE
The abi representation of the implementing type. Read more
type DefaultType = WINDOW_EX_STYLE
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
type Output = WINDOW_EX_STYLE
type Output = WINDOW_EX_STYLE
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = WINDOW_EX_STYLE
type Output = WINDOW_EX_STYLE
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
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 WINDOW_EX_STYLE
impl Send for WINDOW_EX_STYLE
impl Sync for WINDOW_EX_STYLE
impl Unpin for WINDOW_EX_STYLE
impl UnwindSafe for WINDOW_EX_STYLE
Blanket Implementations
Mutably borrows from an owned value. Read more