Struct assembly_fdb::file::FDBRowHeaderListEntry
source · #[repr(C)]pub struct FDBRowHeaderListEntry {
pub row_header_addr: u32,
pub row_header_list_next_addr: u32,
}
Expand description
One entry of the linked list of references to rows.
This struct always contains a reference to a row and may point to another entry in the linked list.
Fields§
§row_header_addr: u32
The offset of the row header.
row_header_list_next_addr: u32
The offset of the next list entry or 0
.
Trait Implementations§
source§impl Clone for FDBRowHeaderListEntry
impl Clone for FDBRowHeaderListEntry
source§fn clone(&self) -> FDBRowHeaderListEntry
fn clone(&self) -> FDBRowHeaderListEntry
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 FDBRowHeaderListEntry
impl Debug for FDBRowHeaderListEntry
source§impl PartialEq for FDBRowHeaderListEntry
impl PartialEq for FDBRowHeaderListEntry
source§impl WriteLE for FDBRowHeaderListEntry
impl WriteLE for FDBRowHeaderListEntry
impl Copy for FDBRowHeaderListEntry
impl Eq for FDBRowHeaderListEntry
impl Pod for FDBRowHeaderListEntry
impl StructuralPartialEq for FDBRowHeaderListEntry
Auto Trait Implementations§
impl Freeze for FDBRowHeaderListEntry
impl RefUnwindSafe for FDBRowHeaderListEntry
impl Send for FDBRowHeaderListEntry
impl Sync for FDBRowHeaderListEntry
impl Unpin for FDBRowHeaderListEntry
impl UnwindSafe for FDBRowHeaderListEntry
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
)