pub struct ST;
Expand description
A marker type for inputs with name="S"
, "T"
.
Collada uses S
and T
to denote texture coordinates (usually called “UV”),
because "U"
and "V"
are used for generic parameters.
Trait Implementations§
Source§impl SourceRead<ST> for STReader
impl SourceRead<ST> for STReader
impl Copy for ST
Auto Trait Implementations§
impl Freeze for ST
impl RefUnwindSafe for ST
impl Send for ST
impl Sync for ST
impl Unpin for ST
impl UnwindSafe for ST
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