pub struct XP3Index {
pub identifier: u32,
pub data: Vec<u8>,
}Expand description
General XP3 index
Fields§
§identifier: u32§data: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XP3Index
impl RefUnwindSafe for XP3Index
impl Send for XP3Index
impl Sync for XP3Index
impl Unpin for XP3Index
impl UnwindSafe for XP3Index
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