Struct comfy::TextureAssetData
source · pub struct TextureAssetData {
pub path: String,
pub handle: TextureHandle,
pub bytes: Vec<u8>,
}Fields§
§path: String§handle: TextureHandle§bytes: Vec<u8>Auto Trait Implementations§
impl RefUnwindSafe for TextureAssetData
impl Send for TextureAssetData
impl Sync for TextureAssetData
impl Unpin for TextureAssetData
impl UnwindSafe for TextureAssetData
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