pub struct BigBankIndex {
pub name: String,
pub bank_id: u32,
pub bank_entries_count: u32,
pub index_start: u32,
pub index_size: u32,
pub block_size: u32,
}Fields§
§name: String§bank_id: u32§bank_entries_count: u32§index_start: u32§index_size: u32§block_size: u32Trait Implementations§
Source§impl Debug for BigBankIndex
impl Debug for BigBankIndex
Source§impl PartialEq for BigBankIndex
impl PartialEq for BigBankIndex
impl StructuralPartialEq for BigBankIndex
Auto Trait Implementations§
impl Freeze for BigBankIndex
impl RefUnwindSafe for BigBankIndex
impl Send for BigBankIndex
impl Sync for BigBankIndex
impl Unpin for BigBankIndex
impl UnwindSafe for BigBankIndex
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