[][src]Function linux::lmem::addr

pub fn addr<T>(obj: &T) -> usize

Returns the address of an object.

[argument, obj] The object whose address will be returned.