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