#[repr(u32)]pub enum EditorFileDialogAccess {
Resources = 0,
Userdata = 1,
Filesystem = 2,
}Variants§
Trait Implementations§
Source§impl Clone for EditorFileDialogAccess
impl Clone for EditorFileDialogAccess
Source§fn clone(&self) -> EditorFileDialogAccess
fn clone(&self) -> EditorFileDialogAccess
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EditorFileDialogAccess
Source§impl Debug for EditorFileDialogAccess
impl Debug for EditorFileDialogAccess
impl Eq for EditorFileDialogAccess
Source§impl Hash for EditorFileDialogAccess
impl Hash for EditorFileDialogAccess
Source§impl PartialEq for EditorFileDialogAccess
impl PartialEq for EditorFileDialogAccess
Source§fn eq(&self, other: &EditorFileDialogAccess) -> bool
fn eq(&self, other: &EditorFileDialogAccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EditorFileDialogAccess
Auto Trait Implementations§
impl Freeze for EditorFileDialogAccess
impl RefUnwindSafe for EditorFileDialogAccess
impl Send for EditorFileDialogAccess
impl Sync for EditorFileDialogAccess
impl Unpin for EditorFileDialogAccess
impl UnsafeUnpin for EditorFileDialogAccess
impl UnwindSafe for EditorFileDialogAccess
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