#[repr(u32)]pub enum pspUtilityMsgDialogOption {
PSP_UTILITY_MSGDIALOG_OPTION_ERROR = 0,
PSP_UTILITY_MSGDIALOG_OPTION_TEXT = 1,
PSP_UTILITY_MSGDIALOG_OPTION_YESNO_BUTTONS = 16,
PSP_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO = 256,
}Variants§
PSP_UTILITY_MSGDIALOG_OPTION_ERROR = 0
PSP_UTILITY_MSGDIALOG_OPTION_TEXT = 1
PSP_UTILITY_MSGDIALOG_OPTION_YESNO_BUTTONS = 16
PSP_UTILITY_MSGDIALOG_OPTION_DEFAULT_NO = 256
Trait Implementations§
Source§impl Clone for pspUtilityMsgDialogOption
impl Clone for pspUtilityMsgDialogOption
Source§fn clone(&self) -> pspUtilityMsgDialogOption
fn clone(&self) -> pspUtilityMsgDialogOption
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 pspUtilityMsgDialogOption
impl Debug for pspUtilityMsgDialogOption
Source§impl Hash for pspUtilityMsgDialogOption
impl Hash for pspUtilityMsgDialogOption
impl Copy for pspUtilityMsgDialogOption
impl Eq for pspUtilityMsgDialogOption
impl StructuralPartialEq for pspUtilityMsgDialogOption
Auto Trait Implementations§
impl Freeze for pspUtilityMsgDialogOption
impl RefUnwindSafe for pspUtilityMsgDialogOption
impl Send for pspUtilityMsgDialogOption
impl Sync for pspUtilityMsgDialogOption
impl Unpin for pspUtilityMsgDialogOption
impl UnsafeUnpin for pspUtilityMsgDialogOption
impl UnwindSafe for pspUtilityMsgDialogOption
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