pub struct FileFlags;Expand description
文件标志
Implementations§
Source§impl FileFlags
impl FileFlags
pub const COMPRESSION: u32 = 0x00000002
pub const READONLY: u32 = 0x00000004
pub const SPANNED: u32 = 0x00000008
pub const RESOURCE_ONLY: u32 = 0x00000010
pub const METADATA_ONLY: u32 = 0x00000020
pub const COMPRESS_XPRESS: u32 = 0x00020000
pub const COMPRESS_LZX: u32 = 0x00040000
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileFlags
impl RefUnwindSafe for FileFlags
impl Send for FileFlags
impl Sync for FileFlags
impl Unpin for FileFlags
impl UnsafeUnpin for FileFlags
impl UnwindSafe for FileFlags
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