Struct istring::Heap [] [src]

#[repr(C)]
pub struct Heap { pub ptr: Unique<u8>, pub cap: usize, pub len: usize, }

Fields

Trait Implementations

impl Copy for Heap
[src]

impl Clone for Heap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more