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