Struct lu_formats::files::pki::MasterPackIndex
source · pub struct MasterPackIndex {
pub crc: u32,
pub lower_crc: i32,
pub upper_crc: i32,
pub pack_files_index: u32,
pub is_compressed: Bool,
}
Expand description
Fields§
§crc: u32
§lower_crc: i32
§upper_crc: i32
§pack_files_index: u32
§is_compressed: Bool
Size: 4
Trait Implementations§
source§impl Clone for MasterPackIndex
impl Clone for MasterPackIndex
source§fn clone(&self) -> MasterPackIndex
fn clone(&self) -> MasterPackIndex
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 MasterPackIndex
impl Debug for MasterPackIndex
source§impl<'de> Deserialize<'de> for MasterPackIndex
impl<'de> Deserialize<'de> for MasterPackIndex
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<MasterPackIndex> for MasterPackIndex
impl PartialEq<MasterPackIndex> for MasterPackIndex
source§fn eq(&self, other: &MasterPackIndex) -> bool
fn eq(&self, other: &MasterPackIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MasterPackIndex
impl Serialize for MasterPackIndex
impl StructuralPartialEq for MasterPackIndex
Auto Trait Implementations§
impl RefUnwindSafe for MasterPackIndex
impl Send for MasterPackIndex
impl Sync for MasterPackIndex
impl Unpin for MasterPackIndex
impl UnwindSafe for MasterPackIndex
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