#[repr(transparent)]pub struct SDL_FileDialogType(pub c_uint);Expand description
Various types of file dialogs.
This is used by SDL_ShowFileDialogWithProperties() to decide what kind of dialog to present to the user.
Available Since: This enum is available since SDL 3.2.0.
See Also: SDL_ShowFileDialogWithProperties
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for SDL_FileDialogType
impl Clone for SDL_FileDialogType
Source§fn clone(&self) -> SDL_FileDialogType
fn clone(&self) -> SDL_FileDialogType
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 SDL_FileDialogType
impl Debug for SDL_FileDialogType
Source§impl Hash for SDL_FileDialogType
impl Hash for SDL_FileDialogType
Source§impl PartialEq for SDL_FileDialogType
impl PartialEq for SDL_FileDialogType
impl Copy for SDL_FileDialogType
impl Eq for SDL_FileDialogType
impl StructuralPartialEq for SDL_FileDialogType
Auto Trait Implementations§
impl Freeze for SDL_FileDialogType
impl RefUnwindSafe for SDL_FileDialogType
impl Send for SDL_FileDialogType
impl Sync for SDL_FileDialogType
impl Unpin for SDL_FileDialogType
impl UnsafeUnpin for SDL_FileDialogType
impl UnwindSafe for SDL_FileDialogType
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