pub struct AttribSlot {
pub location: u32,
pub type_: u32,
pub size: i32,
pub normalized: bool,
pub offset: i32,
}Fields§
§location: u32§type_: u32§size: i32§normalized: bool§offset: i32Implementations§
Source§impl AttribSlot
impl AttribSlot
Trait Implementations§
Source§impl Clone for AttribSlot
impl Clone for AttribSlot
Source§fn clone(&self) -> AttribSlot
fn clone(&self) -> AttribSlot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttribSlot
impl Debug for AttribSlot
Source§impl Default for AttribSlot
impl Default for AttribSlot
Source§fn default() -> AttribSlot
fn default() -> AttribSlot
Returns the “default value” for a type. Read more
Source§impl PartialEq for AttribSlot
impl PartialEq for AttribSlot
impl Copy for AttribSlot
impl Eq for AttribSlot
impl StructuralPartialEq for AttribSlot
Auto Trait Implementations§
impl Freeze for AttribSlot
impl RefUnwindSafe for AttribSlot
impl Send for AttribSlot
impl Sync for AttribSlot
impl Unpin for AttribSlot
impl UnwindSafe for AttribSlot
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