[][src]Trait coord::VecItem

pub trait VecItem: Copy + Clone + Default + PartialEq { }

A trait implemented by all types that can exist within a vector

Implementations on Foreign Types

impl VecItem for bool[src]

impl VecItem for u8[src]

impl VecItem for u16[src]

impl VecItem for u32[src]

impl VecItem for u64[src]

impl VecItem for u128[src]

impl VecItem for i8[src]

impl VecItem for i16[src]

impl VecItem for i32[src]

impl VecItem for i64[src]

impl VecItem for i128[src]

impl VecItem for f32[src]

impl VecItem for f64[src]

Loading content...

Implementors

Loading content...