std_traits::primitive

Trait Primitive

source
pub trait Primitive { }

Implementations on Foreign Types§

source§

impl Primitive for bool

source§

impl Primitive for char

source§

impl Primitive for f32

source§

impl Primitive for f64

source§

impl Primitive for i8

source§

impl Primitive for i16

source§

impl Primitive for i32

source§

impl Primitive for i64

source§

impl Primitive for i128

source§

impl Primitive for isize

source§

impl Primitive for str

source§

impl Primitive for u8

source§

impl Primitive for u16

source§

impl Primitive for u32

source§

impl Primitive for u64

source§

impl Primitive for u128

source§

impl Primitive for ()

source§

impl Primitive for usize

source§

impl<A1, A2, R> Primitive for fn(_: A1, _: A2) -> R

source§

impl<A1, R> Primitive for fn(_: A1) -> R

source§

impl<R> Primitive for fn() -> R

source§

impl<T1, T2: ?Sized> Primitive for (T1, T2)

source§

impl<T1: ?Sized> Primitive for (T1,)

source§

impl<T> Primitive for [T]

source§

impl<T: ?Sized> Primitive for *const T

source§

impl<T: ?Sized> Primitive for *mut T

source§

impl<T: ?Sized> Primitive for &T

source§

impl<T: ?Sized> Primitive for &mut T

source§

impl<const N: usize, T> Primitive for [T; N]

Implementors§