#[repr(transparent)]pub struct MESSAGEBOX_RESULT(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl MESSAGEBOX_RESULT
impl MESSAGEBOX_RESULT
pub const IDOK: Self
pub const IDCANCEL: Self
pub const IDABORT: Self
pub const IDRETRY: Self
pub const IDIGNORE: Self
pub const IDYES: Self
pub const IDNO: Self
pub const IDCLOSE: Self
pub const IDHELP: Self
pub const IDTRYAGAIN: Self
pub const IDCONTINUE: Self
pub const IDASYNC: Self
pub const IDTIMEOUT: Self
Trait Implementations§
Source§impl Abi for MESSAGEBOX_RESULT
impl Abi for MESSAGEBOX_RESULT
Source§type Abi = MESSAGEBOX_RESULT
type Abi = MESSAGEBOX_RESULT
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 Clone for MESSAGEBOX_RESULT
impl Clone for MESSAGEBOX_RESULT
Source§fn clone(&self) -> MESSAGEBOX_RESULT
fn clone(&self) -> MESSAGEBOX_RESULT
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_RESULT
impl Debug for MESSAGEBOX_RESULT
Source§impl Default for MESSAGEBOX_RESULT
impl Default for MESSAGEBOX_RESULT
Source§fn default() -> MESSAGEBOX_RESULT
fn default() -> MESSAGEBOX_RESULT
Returns the “default value” for a type. Read more
Source§impl From<i32> for MESSAGEBOX_RESULT
impl From<i32> for MESSAGEBOX_RESULT
Source§impl PartialEq for MESSAGEBOX_RESULT
impl PartialEq for MESSAGEBOX_RESULT
impl Copy for MESSAGEBOX_RESULT
impl Eq for MESSAGEBOX_RESULT
impl StructuralPartialEq for MESSAGEBOX_RESULT
Auto Trait Implementations§
impl Freeze for MESSAGEBOX_RESULT
impl RefUnwindSafe for MESSAGEBOX_RESULT
impl Send for MESSAGEBOX_RESULT
impl Sync for MESSAGEBOX_RESULT
impl Unpin for MESSAGEBOX_RESULT
impl UnwindSafe for MESSAGEBOX_RESULT
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