#[repr(u32)]pub enum FileDialogAccess {
Resources = 0,
Userdata = 1,
Filesystem = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for FileDialogAccess
impl Clone for FileDialogAccess
Source§fn clone(&self) -> FileDialogAccess
fn clone(&self) -> FileDialogAccess
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 FileDialogAccess
impl Debug for FileDialogAccess
Source§impl Hash for FileDialogAccess
impl Hash for FileDialogAccess
Source§impl PartialEq for FileDialogAccess
impl PartialEq for FileDialogAccess
impl Copy for FileDialogAccess
impl Eq for FileDialogAccess
impl StructuralPartialEq for FileDialogAccess
Auto Trait Implementations§
impl Freeze for FileDialogAccess
impl RefUnwindSafe for FileDialogAccess
impl Send for FileDialogAccess
impl Sync for FileDialogAccess
impl Unpin for FileDialogAccess
impl UnwindSafe for FileDialogAccess
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