[][src]Trait redox_buffer_pool::Integer

pub unsafe trait Integer: Sealed + IntegerRequirements { }

A type that can be used as offsets and lengths within a buffer pool. The default integer is u32.

Implementations on Foreign Types

impl Integer for u16[src]

impl Integer for u32[src]

impl Integer for u64[src]

impl Integer for u128[src]

impl Integer for usize[src]

Loading content...

Implementors

Loading content...