Struct comfy_core::MeshDraw
source · pub struct MeshDraw {
pub mesh: Mesh,
pub texture_params: TextureParams,
}Fields§
§mesh: Mesh§texture_params: TextureParamsTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MeshDraw
impl Send for MeshDraw
impl Sync for MeshDraw
impl Unpin for MeshDraw
impl UnwindSafe for MeshDraw
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