pub struct AssetParameters { /* private fields */ }
Expand description
Holds asset parameters data.
Call into_iter
to get an iterator over each parameter
Implementations§
Source§impl AssetParameters
impl AssetParameters
Sourcepub fn find_parameter(&self, name: &str) -> Option<AssetParm<'_>>
pub fn find_parameter(&self, name: &str) -> Option<AssetParm<'_>>
Find asset parameter by name
Trait Implementations§
Source§impl<'a> IntoIterator for &'a AssetParameters
impl<'a> IntoIterator for &'a AssetParameters
Auto Trait Implementations§
impl Freeze for AssetParameters
impl !RefUnwindSafe for AssetParameters
impl Send for AssetParameters
impl Sync for AssetParameters
impl Unpin for AssetParameters
impl !UnwindSafe for AssetParameters
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