Struct opengl_graphics::shader_uniforms::SUInt
source · pub struct SUInt {}
Expand description
Shader uniform integer
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SUInt
impl Send for SUInt
impl Sync for SUInt
impl Unpin for SUInt
impl UnwindSafe for SUInt
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