#[repr(u8)]pub enum EFileMetaFlags {
None = 0,
ReadOnly = 1,
Compressed = 2,
UnixExecutable = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for EFileMetaFlags
impl RefUnwindSafe for EFileMetaFlags
impl Send for EFileMetaFlags
impl Sync for EFileMetaFlags
impl Unpin for EFileMetaFlags
impl UnsafeUnpin for EFileMetaFlags
impl UnwindSafe for EFileMetaFlags
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