pub struct IndexEntry {
pub usage: Usage,
pub num: u32,
/* private fields */
}
Expand description
Contains the usage information for an entry, the resource number of the entry, and where in the blob the entry starts.
Fields§
§usage: Usage
§num: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexEntry
impl RefUnwindSafe for IndexEntry
impl Send for IndexEntry
impl Sync for IndexEntry
impl Unpin for IndexEntry
impl UnwindSafe for IndexEntry
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