Struct assembly_fdb_core::file::ArrayHeader
source · [−]Expand description
The basic format of an array reference
Fields
count: u32
The number of entries in the array
base_offset: u32
The offset of the start of the array
Trait Implementations
sourceimpl Clone for ArrayHeader
impl Clone for ArrayHeader
sourcefn clone(&self) -> ArrayHeader
fn clone(&self) -> ArrayHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ArrayHeader
impl Debug for ArrayHeader
sourceimpl From<(u32, u32)> for ArrayHeader
impl From<(u32, u32)> for ArrayHeader
sourceimpl PartialEq<ArrayHeader> for ArrayHeader
impl PartialEq<ArrayHeader> for ArrayHeader
sourcefn eq(&self, other: &ArrayHeader) -> bool
fn eq(&self, other: &ArrayHeader) -> bool
impl Copy for ArrayHeader
impl Eq for ArrayHeader
impl Pod for ArrayHeader
impl StructuralEq for ArrayHeader
impl StructuralPartialEq for ArrayHeader
Auto Trait Implementations
impl RefUnwindSafe for ArrayHeader
impl Send for ArrayHeader
impl Sync for ArrayHeader
impl Unpin for ArrayHeader
impl UnwindSafe for ArrayHeader
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
sourceimpl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
. Read more