pub struct ArchiveFlags;Expand description
Archive flags used in Unity bundle headers
Implementations§
Source§impl ArchiveFlags
impl ArchiveFlags
Sourcepub const COMPRESSION_TYPE_MASK: u32 = 0x3F
pub const COMPRESSION_TYPE_MASK: u32 = 0x3F
Compression type mask
Sourcepub const BLOCKS_AND_DIRECTORY_INFO_COMBINED: u32 = 0x40
pub const BLOCKS_AND_DIRECTORY_INFO_COMBINED: u32 = 0x40
Blocks and directory info combined (UnityFS)
Sourcepub const BLOCK_INFO_AT_END: u32 = 0x80
pub const BLOCK_INFO_AT_END: u32 = 0x80
Block info at end of file (UnityFS)
Sourcepub const OLD_WEB_PLUGIN_COMPATIBILITY: u32 = 0x100
pub const OLD_WEB_PLUGIN_COMPATIBILITY: u32 = 0x100
Old web plugin compatibility
Sourcepub const BLOCK_INFO_NEEDS_PADDING_AT_START: u32 = 0x200
pub const BLOCK_INFO_NEEDS_PADDING_AT_START: u32 = 0x200
Block info needs PaddingAtStart
Auto Trait Implementations§
impl Freeze for ArchiveFlags
impl RefUnwindSafe for ArchiveFlags
impl Send for ArchiveFlags
impl Sync for ArchiveFlags
impl Unpin for ArchiveFlags
impl UnsafeUnpin for ArchiveFlags
impl UnwindSafe for ArchiveFlags
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