pub struct BundleContainerEntry {
pub bundle_source: BinarySource,
pub asset_index: usize,
pub asset_path: String,
pub file_id: i32,
pub path_id: i64,
pub key: Option<BinaryObjectKey>,
}Expand description
A best-effort entry extracted from an AssetBundle m_Container.
Fields§
§bundle_source: BinarySource§asset_index: usize§asset_path: String§file_id: i32§path_id: i64§key: Option<BinaryObjectKey>Trait Implementations§
Source§impl Clone for BundleContainerEntry
impl Clone for BundleContainerEntry
Source§fn clone(&self) -> BundleContainerEntry
fn clone(&self) -> BundleContainerEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BundleContainerEntry
impl Debug for BundleContainerEntry
Source§impl PartialEq for BundleContainerEntry
impl PartialEq for BundleContainerEntry
impl Eq for BundleContainerEntry
impl StructuralPartialEq for BundleContainerEntry
Auto Trait Implementations§
impl Freeze for BundleContainerEntry
impl RefUnwindSafe for BundleContainerEntry
impl Send for BundleContainerEntry
impl Sync for BundleContainerEntry
impl Unpin for BundleContainerEntry
impl UnwindSafe for BundleContainerEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.