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

pub struct Ptr(_);

Trait Implementations

impl PartialEq for Ptr
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Ptr
[src]

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 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 Pointer for Ptr
[src]

[src]

Formats the value using the given formatter.

impl Sync for Ptr
[src]

impl Send for Ptr
[src]