Struct assembly_fdb::file::ArrayHeader
source · #[repr(C)]pub struct ArrayHeader {
pub count: u32,
pub base_offset: u32,
}
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§
source§impl Clone for ArrayHeader
impl Clone for ArrayHeader
source§fn clone(&self) -> ArrayHeader
fn clone(&self) -> ArrayHeader
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 ArrayHeader
impl Debug for ArrayHeader
source§impl PartialEq for ArrayHeader
impl PartialEq for ArrayHeader
source§impl WriteLE for ArrayHeader
impl WriteLE for ArrayHeader
impl Copy for ArrayHeader
impl Eq for ArrayHeader
impl Pod for ArrayHeader
impl StructuralPartialEq for ArrayHeader
Auto Trait Implementations§
impl Freeze for ArrayHeader
impl RefUnwindSafe for ArrayHeader
impl Send for ArrayHeader
impl Sync for ArrayHeader
impl Unpin for ArrayHeader
impl UnwindSafe for ArrayHeader
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
§impl<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
.§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)