Struct alloc_no_stdlib::CallocBackingStore [] [src]

pub struct CallocBackingStore<'a, T: 'a> {
    pub raw_data: *mut u8,
    pub data: &'a mut [T],
    // some fields omitted
}

Fields

Methods

impl<'a, T: 'a> CallocBackingStore<'a, T>
[src]

[src]

Trait Implementations

impl<'a, T: Debug + 'a> Debug for CallocBackingStore<'a, T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, T: 'a> Drop for CallocBackingStore<'a, T>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a, T> !Send for CallocBackingStore<'a, T>

impl<'a, T> !Sync for CallocBackingStore<'a, T>