Docs.rs
  • bevy_plot-0.1.3
    • bevy_plot 0.1.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • eliotbo
    • Dependencies
      • bevy ^0.6.0 normal
      • bytemuck ^1.7 normal
      • itertools-num ^0.1 normal
      • rand ^0.8 normal
    • Versions
    • 66.32% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Plotable

Required Methods

into_plot_format

Implementations on Foreign Types

Vec<(f32, f32)>Vec<(f64, f64)>Vec<(i16, i16)>Vec<(i32, i32)>Vec<(i64, i64)>Vec<(i8, i8)>Vec<(u16, u16)>Vec<(u32, u32)>Vec<(u64, u64)>Vec<(u8, u8)>Vec<(usize, usize)>Vec<Vec2>Vec<f32>Vec<f64>

Implementors

In bevy_plot::plot_format

logo
Change settings

Trait bevy_plot::plot_format::Plotable

source · [−]
pub trait Plotable {
    fn into_plot_format(&self) -> PlotFormat;
}

Required methods

source

fn into_plot_format(&self) -> PlotFormat

Implementations on Foreign Types

source

impl Plotable for Vec<Vec2>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(f64, f64)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(f32, f32)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(i32, i32)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(i64, i64)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(i16, i16)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(i8, i8)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(u8, u8)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(u16, u16)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(u32, u32)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(u64, u64)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<(usize, usize)>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<f32>

source

fn into_plot_format(&self) -> PlotFormat

source

impl Plotable for Vec<f64>

source

fn into_plot_format(&self) -> PlotFormat

Implementors