Struct main::kernel::mm::physical::Phys [collapse all] [expand all] [src]

pub struct Phys<T> {
    // some fields omitted
}

Methods

impl<T> Phys<T>

fn at(offset: uint) -> Phys<T>

fn as_ptr(&self) -> *mut T

Trait Implementations

impl<T> RawPtr<T> for Phys<T>

fn null() -> Phys<T>

fn is_null(&self) -> bool

fn to_uint(&self) -> uint

unsafe fn to_option(&self) -> Option<&T>

unsafe fn offset(self, n: int) -> Phys<T>

fn is_not_null(&self) -> bool