pub struct RwMesh {
pub material_index: u32,
pub index_count: u32,
pub indices: Vec<u32>,
}
Fields§
§material_index: u32
§index_count: u32
§indices: Vec<u32>
Trait Implementations§
impl StructuralPartialEq for RwMesh
Auto Trait Implementations§
impl Freeze for RwMesh
impl RefUnwindSafe for RwMesh
impl Send for RwMesh
impl Sync for RwMesh
impl Unpin for RwMesh
impl UnwindSafe for RwMesh
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