pub struct XYZReader { /* private fields */ }
Expand description
A reader which accesses fields with name="X"
, "Y"
, "Z"
in the source array.
This is used in Collada to store vertex position data, and normal data.
Trait Implementations§
Source§impl SourceRead<XYZ> for XYZReader
impl SourceRead<XYZ> for XYZReader
impl Copy for XYZReader
Auto Trait Implementations§
impl Freeze for XYZReader
impl RefUnwindSafe for XYZReader
impl Send for XYZReader
impl Sync for XYZReader
impl Unpin for XYZReader
impl UnwindSafe for XYZReader
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