pub(super) struct MeshOutputInfo {
out_vertex_ty_name: String,
out_primitive_ty_name: String,
out_vertex_member_names: Vec<Option<String>>,
out_primitive_member_names: Vec<Option<String>>,
}Fields§
§out_vertex_ty_name: String§out_primitive_ty_name: String§out_vertex_member_names: Vec<Option<String>>§out_primitive_member_names: Vec<Option<String>>Auto Trait Implementations§
impl Freeze for MeshOutputInfo
impl RefUnwindSafe for MeshOutputInfo
impl Send for MeshOutputInfo
impl Sync for MeshOutputInfo
impl Unpin for MeshOutputInfo
impl UnwindSafe for MeshOutputInfo
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