Struct xalloc::arena::checked::Ptr [] [src]

pub struct Ptr(_, _);

Pointer type of CheckedArena.

Trait Implementations

impl Default for Ptr
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Ptr
[src]

[src]

Formats the value using the given formatter.

impl Clone for Ptr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Ptr
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Ptr
[src]

impl Hash for Ptr
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more