Struct distill_loader::storage::LoadInfo [−][src]
Indicates the number of references there are to an asset.
Note: The information is true at the time the LoadInfo is retrieved. The actual number of
references may change.
Fields
asset_id: AssetUuidUUID of the asset.
refs: u32Number of references to the asset.
Auto Trait Implementations
impl RefUnwindSafe for LoadInfo[src]
impl Send for LoadInfo[src]
impl Sync for LoadInfo[src]
impl Unpin for LoadInfo[src]
impl UnwindSafe for LoadInfo[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,