#[repr(C)]pub struct BomBlockTreePointer {
pub block_tree_index: u32,
}Expand description
A pointer to a block index holding a BomBlockTree.
We’re unsure what this block type is used for. But instances appear to follow BomBlockPaths / BomBlockPathRecordPointer entries for every given path.
Fields§
§block_tree_index: u32Block index of corresponding BomBlockTree.
Implementations§
Trait Implementations§
Source§impl Clone for BomBlockTreePointer
impl Clone for BomBlockTreePointer
Source§fn clone(&self) -> BomBlockTreePointer
fn clone(&self) -> BomBlockTreePointer
Returns a duplicate 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 BomBlockTreePointer
impl Debug for BomBlockTreePointer
Source§impl Default for BomBlockTreePointer
impl Default for BomBlockTreePointer
Source§fn default() -> BomBlockTreePointer
fn default() -> BomBlockTreePointer
Returns the “default value” for a type. Read more
Source§impl<'a> IntoCtx<Endian> for &'a BomBlockTreePointer
impl<'a> IntoCtx<Endian> for &'a BomBlockTreePointer
Source§impl IntoCtx<Endian> for BomBlockTreePointer
impl IntoCtx<Endian> for BomBlockTreePointer
Source§impl<'a> TryFromCtx<'a, Endian> for BomBlockTreePointerwhere
BomBlockTreePointer: 'a,
impl<'a> TryFromCtx<'a, Endian> for BomBlockTreePointerwhere
BomBlockTreePointer: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a BomBlockTreePointer
impl<'a> TryIntoCtx<Endian> for &'a BomBlockTreePointer
Source§impl TryIntoCtx<Endian> for BomBlockTreePointer
impl TryIntoCtx<Endian> for BomBlockTreePointer
impl Copy for BomBlockTreePointer
Auto Trait Implementations§
impl Freeze for BomBlockTreePointer
impl RefUnwindSafe for BomBlockTreePointer
impl Send for BomBlockTreePointer
impl Sync for BomBlockTreePointer
impl Unpin for BomBlockTreePointer
impl UnwindSafe for BomBlockTreePointer
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