pub struct ActiveUniform {
pub size: i32,
pub utype: u32,
pub name: String,
}Fields§
§size: i32§utype: u32§name: StringAuto Trait Implementations§
impl Freeze for ActiveUniform
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