#[repr(transparent)]pub struct MESSAGEBOX_STYLE(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl MESSAGEBOX_STYLE
impl MESSAGEBOX_STYLE
pub const MB_OK: Self
pub const MB_ABORTRETRYIGNORE: Self
pub const MB_CANCELTRYCONTINUE: Self
pub const MB_HELP: Self
pub const MB_OKCANCEL: Self
pub const MB_RETRYCANCEL: Self
pub const MB_YESNO: Self
pub const MB_YESNOCANCEL: Self
pub const MB_ICONHAND: Self
pub const MB_ICONQUESTION: Self
pub const MB_ICONEXCLAMATION: Self
pub const MB_ICONASTERISK: Self
pub const MB_USERICON: Self
pub const MB_ICONWARNING: Self
pub const MB_ICONERROR: Self
pub const MB_ICONINFORMATION: Self
pub const MB_ICONSTOP: Self
pub const MB_DEFBUTTON1: Self
pub const MB_DEFBUTTON2: Self
pub const MB_DEFBUTTON3: Self
pub const MB_DEFBUTTON4: Self
pub const MB_APPLMODAL: Self
pub const MB_SYSTEMMODAL: Self
pub const MB_TASKMODAL: Self
pub const MB_NOFOCUS: Self
pub const MB_SETFOREGROUND: Self
pub const MB_DEFAULT_DESKTOP_ONLY: Self
pub const MB_TOPMOST: Self
pub const MB_RIGHT: Self
pub const MB_RTLREADING: Self
pub const MB_SERVICE_NOTIFICATION: Self
pub const MB_SERVICE_NOTIFICATION_NT3X: Self
pub const MB_TYPEMASK: Self
pub const MB_ICONMASK: Self
pub const MB_DEFMASK: Self
pub const MB_MODEMASK: Self
pub const MB_MISCMASK: Self
Trait Implementations§
Source§impl Abi for MESSAGEBOX_STYLE
impl Abi for MESSAGEBOX_STYLE
Source§type Abi = MESSAGEBOX_STYLE
type Abi = MESSAGEBOX_STYLE
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for MESSAGEBOX_STYLE
impl BitAnd for MESSAGEBOX_STYLE
Source§impl BitAndAssign for MESSAGEBOX_STYLE
impl BitAndAssign for MESSAGEBOX_STYLE
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MESSAGEBOX_STYLE
impl BitOr for MESSAGEBOX_STYLE
Source§impl BitOrAssign for MESSAGEBOX_STYLE
impl BitOrAssign for MESSAGEBOX_STYLE
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MESSAGEBOX_STYLE
impl Clone for MESSAGEBOX_STYLE
Source§fn clone(&self) -> MESSAGEBOX_STYLE
fn clone(&self) -> MESSAGEBOX_STYLE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MESSAGEBOX_STYLE
impl Debug for MESSAGEBOX_STYLE
Source§impl Default for MESSAGEBOX_STYLE
impl Default for MESSAGEBOX_STYLE
Source§fn default() -> MESSAGEBOX_STYLE
fn default() -> MESSAGEBOX_STYLE
Returns the “default value” for a type. Read more
Source§impl From<u32> for MESSAGEBOX_STYLE
impl From<u32> for MESSAGEBOX_STYLE
Source§impl PartialEq for MESSAGEBOX_STYLE
impl PartialEq for MESSAGEBOX_STYLE
impl Copy for MESSAGEBOX_STYLE
impl Eq for MESSAGEBOX_STYLE
impl StructuralPartialEq for MESSAGEBOX_STYLE
Auto Trait Implementations§
impl Freeze for MESSAGEBOX_STYLE
impl RefUnwindSafe for MESSAGEBOX_STYLE
impl Send for MESSAGEBOX_STYLE
impl Sync for MESSAGEBOX_STYLE
impl Unpin for MESSAGEBOX_STYLE
impl UnwindSafe for MESSAGEBOX_STYLE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more