#[repr(u32)]pub enum UDataFileAccess {
UDATA_FILES_FIRST = 0,
UDATA_ONLY_PACKAGES = 1,
UDATA_PACKAGES_FIRST = 2,
UDATA_NO_FILES = 3,
UDATA_FILE_ACCESS_COUNT = 4,
}
Variants§
UDATA_FILES_FIRST = 0
UDATA_ONLY_PACKAGES = 1
UDATA_PACKAGES_FIRST = 2
UDATA_NO_FILES = 3
UDATA_FILE_ACCESS_COUNT = 4
Implementations§
Source§impl UDataFileAccess
impl UDataFileAccess
pub const UDATA_DEFAULT_ACCESS: UDataFileAccess = UDataFileAccess::UDATA_FILES_FIRST
Trait Implementations§
Source§impl Clone for UDataFileAccess
impl Clone for UDataFileAccess
Source§fn clone(&self) -> UDataFileAccess
fn clone(&self) -> UDataFileAccess
Returns a copy 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 UDataFileAccess
impl Debug for UDataFileAccess
Source§impl Hash for UDataFileAccess
impl Hash for UDataFileAccess
Source§impl PartialEq for UDataFileAccess
impl PartialEq for UDataFileAccess
Source§impl PartialOrd for UDataFileAccess
impl PartialOrd for UDataFileAccess
impl Copy for UDataFileAccess
impl Eq for UDataFileAccess
impl StructuralPartialEq for UDataFileAccess
Auto Trait Implementations§
impl Freeze for UDataFileAccess
impl RefUnwindSafe for UDataFileAccess
impl Send for UDataFileAccess
impl Sync for UDataFileAccess
impl Unpin for UDataFileAccess
impl UnwindSafe for UDataFileAccess
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)