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