Function lrs::mem::addr

Returns the address of an object.

Syntax

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

Arguments

NameDescription
obj

The object whose address will be returned.