pub struct Shaders { /* private fields */ }Implementations§
Trait Implementations§
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