pub struct IndexBlock {
pub index_start_address: u32,
pub index_end_address: u32,
}Expand description
VectorIndex block struct
Fields§
§index_start_address: u32§index_end_address: u32Implementations§
Trait Implementations§
Source§impl Debug for IndexBlock
impl Debug for IndexBlock
Source§impl Default for IndexBlock
impl Default for IndexBlock
Source§fn default() -> IndexBlock
fn default() -> IndexBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexBlock
impl RefUnwindSafe for IndexBlock
impl Send for IndexBlock
impl Sync for IndexBlock
impl Unpin for IndexBlock
impl UnwindSafe for IndexBlock
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