Struct kernel::mem::AppSlice [] [src]

pub struct AppSlice<L, T> {
    ptr: AppPtr<L, T>,
    len: usize,
}

Fields

Methods

impl<L, T> AppSlice<L, T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<L, T> AsRef<[T]> for AppSlice<L, T>
[src]

[src]

Performs the conversion.

impl<L, T> AsMut<[T]> for AppSlice<L, T>
[src]

[src]

Performs the conversion.