#[repr(C)]pub enum DialogStyle {
MsgBox = 0,
Input = 1,
List = 2,
Password = 3,
TabList = 4,
TablistHeaders = 5,
}Expand description
Type of Dialog Styles https://www.open.mp/docs/scripting/resources/dialogstyles
Variants§
Trait Implementations§
Source§impl Clone for DialogStyle
impl Clone for DialogStyle
Source§fn clone(&self) -> DialogStyle
fn clone(&self) -> DialogStyle
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 DialogStyle
impl Debug for DialogStyle
Source§impl PartialEq for DialogStyle
impl PartialEq for DialogStyle
impl Copy for DialogStyle
impl StructuralPartialEq for DialogStyle
Auto Trait Implementations§
impl Freeze for DialogStyle
impl RefUnwindSafe for DialogStyle
impl Send for DialogStyle
impl Sync for DialogStyle
impl Unpin for DialogStyle
impl UnwindSafe for DialogStyle
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