pub struct ProviderPackIndexEntry {
pub id: PackObjectId,
pub output_offset: u64,
}Fields§
§id: PackObjectId§output_offset: u64Trait Implementations§
Source§impl Clone for ProviderPackIndexEntry
impl Clone for ProviderPackIndexEntry
Source§fn clone(&self) -> ProviderPackIndexEntry
fn clone(&self) -> ProviderPackIndexEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProviderPackIndexEntry
Source§impl Debug for ProviderPackIndexEntry
impl Debug for ProviderPackIndexEntry
impl Eq for ProviderPackIndexEntry
Source§impl PartialEq for ProviderPackIndexEntry
impl PartialEq for ProviderPackIndexEntry
impl StructuralPartialEq for ProviderPackIndexEntry
Auto Trait Implementations§
impl Freeze for ProviderPackIndexEntry
impl RefUnwindSafe for ProviderPackIndexEntry
impl Send for ProviderPackIndexEntry
impl Sync for ProviderPackIndexEntry
impl Unpin for ProviderPackIndexEntry
impl UnsafeUnpin for ProviderPackIndexEntry
impl UnwindSafe for ProviderPackIndexEntry
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