Struct comfy_wgpu::AssetSource
source · pub struct AssetSource {
pub dir: &'static Dir<'static>,
pub base_path: fn(_: &str) -> String,
}Fields§
§dir: &'static Dir<'static>§base_path: fn(_: &str) -> StringAuto Trait Implementations§
impl RefUnwindSafe for AssetSource
impl Send for AssetSource
impl Sync for AssetSource
impl Unpin for AssetSource
impl UnwindSafe for AssetSource
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