pub struct AppAsset {
pub path: &'static str,
pub data: &'static [u8],
}Expand description
自動生成されたアプリケーションのアセット構造体定義
Fields§
§path: &'static str§data: &'static [u8]Auto Trait Implementations§
impl Freeze for AppAsset
impl RefUnwindSafe for AppAsset
impl Send for AppAsset
impl Sync for AppAsset
impl Unpin for AppAsset
impl UnsafeUnpin for AppAsset
impl UnwindSafe for AppAsset
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