Struct dae_parser::WithSid
source · [−]pub struct WithSid<T> { /* private fields */ }
Expand description
A struct that attaches an optional SID to a shader parameter.
Implementations
Trait Implementations
sourceimpl From<Texture> for WithSid<ColorParam>
impl From<Texture> for WithSid<ColorParam>
Auto Trait Implementations
impl<T> RefUnwindSafe for WithSid<T>where
T: RefUnwindSafe,
impl<T> Send for WithSid<T>where
T: Send,
impl<T> Sync for WithSid<T>where
T: Sync,
impl<T> Unpin for WithSid<T>where
T: Unpin,
impl<T> UnwindSafe for WithSid<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more