pub struct AssetOptions { /* private fields */ }
Expand description
Options used to embed assets.
Implementations§
Trait Implementations§
Source§impl Default for AssetOptions
impl Default for AssetOptions
Source§fn default() -> AssetOptions
fn default() -> AssetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssetOptions
impl RefUnwindSafe for AssetOptions
impl Send for AssetOptions
impl Sync for AssetOptions
impl Unpin for AssetOptions
impl UnwindSafe for AssetOptions
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