[][src]Trait funty::AtMost64

pub trait AtMost64: IsNumber { }

Declare that a type is sixty-four or fewer bits wide.

Implementations on Foreign Types

impl AtMost64 for i8[src]

impl AtMost64 for i16[src]

impl AtMost64 for i32[src]

impl AtMost64 for i64[src]

impl AtMost64 for isize[src]

impl AtMost64 for u8[src]

impl AtMost64 for u16[src]

impl AtMost64 for u32[src]

impl AtMost64 for u64[src]

impl AtMost64 for usize[src]

impl AtMost64 for f32[src]

impl AtMost64 for f64[src]

Loading content...

Implementors

Loading content...