Struct assembly_fdb::file::FDBTableHeader
source · #[repr(C)]pub struct FDBTableHeader {
pub table_def_header_addr: u32,
pub table_data_header_addr: u32,
}
Expand description
The header of a table.
This struct is used in the global TableHeader list and contains the offsets of the two structures that define the definition and content of the tables.
Fields§
§table_def_header_addr: u32
The offset of this table definition header.
table_data_header_addr: u32
The offset of the table data header.
Trait Implementations§
source§impl Clone for FDBTableHeader
impl Clone for FDBTableHeader
source§fn clone(&self) -> FDBTableHeader
fn clone(&self) -> FDBTableHeader
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 FDBTableHeader
impl Debug for FDBTableHeader
source§impl PartialEq for FDBTableHeader
impl PartialEq for FDBTableHeader
source§impl WriteLE for FDBTableHeader
impl WriteLE for FDBTableHeader
impl Copy for FDBTableHeader
impl Eq for FDBTableHeader
impl Pod for FDBTableHeader
impl StructuralPartialEq for FDBTableHeader
Auto Trait Implementations§
impl Freeze for FDBTableHeader
impl RefUnwindSafe for FDBTableHeader
impl Send for FDBTableHeader
impl Sync for FDBTableHeader
impl Unpin for FDBTableHeader
impl UnwindSafe for FDBTableHeader
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
)