TidyBuffer

Type Alias TidyBuffer 

Source
pub type TidyBuffer = _TidyBuffer;
Expand description

@name Forward declarations and typedefs. @{

Aliased Type§

#[repr(C)]
pub struct TidyBuffer { pub allocator: *mut _TidyAllocator, pub bp: *mut u8, pub size: u32, pub allocated: u32, pub next: u32, }

Fields§

§allocator: *mut _TidyAllocator

< Memory allocator

§bp: *mut u8

< Pointer to bytes

§size: u32

< Number of bytes currently in use

§allocated: u32

< Number of bytes allocated

§next: u32

< Offset of current input position