Struct assembly_pack::common::CRCTreeNode [−][src]
Expand description
Node in a CRC tree
Fields
crc: u32The CRC value of this file
left: i32Binary tree node to the left
right: i32Binary tree node to the right
data: DThe data in this node
Trait Implementations
Mutably borrows from an owned value. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<D> RefUnwindSafe for CRCTreeNode<D> where
D: RefUnwindSafe,
impl<D> Send for CRCTreeNode<D> where
D: Send,
impl<D> Sync for CRCTreeNode<D> where
D: Sync,
impl<D> Unpin for CRCTreeNode<D> where
D: Unpin,
impl<D> UnwindSafe for CRCTreeNode<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more
Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more
