Struct glow::ActiveUniform
source · pub struct ActiveUniform {
pub size: i32,
pub utype: u32,
pub name: String,
}
Fields§
§size: i32
§utype: u32
§name: String
Auto Trait Implementations§
impl RefUnwindSafe for ActiveUniform
impl Send for ActiveUniform
impl Sync for ActiveUniform
impl Unpin for ActiveUniform
impl UnwindSafe for ActiveUniform
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