Struct blade_render::Shaders
source · pub struct Shaders { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for Shaders
impl PartialEq for Shaders
impl StructuralPartialEq for Shaders
Auto Trait Implementations§
impl Freeze for Shaders
impl !RefUnwindSafe for Shaders
impl Send for Shaders
impl Sync for Shaders
impl Unpin for Shaders
impl !UnwindSafe for Shaders
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