pub struct Pointer { /* private fields */ }

Implementations

Trait Implementations

Read memory relative to the object’s location in memory
Write memory relative to the object’s location in memory
Read memory at absolute address
Write memory at absolute address
Read memory into a buffer from a process handle
Write from a buffer ino memory from a process handle
Returns the “default value” for a type. Read more
Read an i32 from the given address
Read an i64 from the given address
Read an u8 from the given address
Read an u32 from the given address
Read an u64 from the given address
Read an f32 from the given address
Read an f64 from the given address
Read a bool from the given address

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.