pub struct TexCoords(pub usize);Expand description
A list of texture coordinates to be paired with vertices.
Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TexCoords
impl RefUnwindSafe for TexCoords
impl Send for TexCoords
impl Sync for TexCoords
impl Unpin for TexCoords
impl UnwindSafe for TexCoords
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