pub struct WolfAssetInfo {
pub wild: Identifier,
pub tame: Identifier,
pub angry: Identifier,
}Expand description
Contains the texture resource locations for a wolf variant.
Fields§
§wild: Identifier§tame: Identifier§angry: IdentifierTrait Implementations§
Auto Trait Implementations§
impl Freeze for WolfAssetInfo
impl RefUnwindSafe for WolfAssetInfo
impl Send for WolfAssetInfo
impl Sync for WolfAssetInfo
impl Unpin for WolfAssetInfo
impl UnsafeUnpin for WolfAssetInfo
impl UnwindSafe for WolfAssetInfo
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