Struct pelite::rich_structure::RichRecord
source · [−]Expand description
Rich record.
Rich records contain a product identifier and its build number. The count value indicates how many .obj files were linked generated by the product.
Fields
build: u16
product: u16
count: u32
Implementations
Trait Implementations
sourceimpl Clone for RichRecord
impl Clone for RichRecord
sourcefn clone(&self) -> RichRecord
fn clone(&self) -> RichRecord
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RichRecord
impl Debug for RichRecord
sourceimpl Default for RichRecord
impl Default for RichRecord
sourcefn default() -> RichRecord
fn default() -> RichRecord
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RichRecord> for RichRecord
impl PartialEq<RichRecord> for RichRecord
sourcefn eq(&self, other: &RichRecord) -> bool
fn eq(&self, other: &RichRecord) -> bool
impl Copy for RichRecord
impl Eq for RichRecord
impl StructuralEq for RichRecord
impl StructuralPartialEq for RichRecord
Auto Trait Implementations
impl RefUnwindSafe for RichRecord
impl Send for RichRecord
impl Sync for RichRecord
impl Unpin for RichRecord
impl UnwindSafe for RichRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more