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