Struct bones_asset::prelude::AssetExtensions
source · pub struct AssetExtensions(/* private fields */);
Expand description
Helper type for storing asset extensions.
Trait Implementations§
source§impl<'a> From<&'a str> for AssetExtensions
impl<'a> From<&'a str> for AssetExtensions
Auto Trait Implementations§
impl Freeze for AssetExtensions
impl RefUnwindSafe for AssetExtensions
impl Send for AssetExtensions
impl Sync for AssetExtensions
impl Unpin for AssetExtensions
impl UnwindSafe for AssetExtensions
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