Struct drop_ptr::Box [] [src]

pub struct Box<'a, A: ?Sized + DropPtr>(_, _);

Methods

impl<'a, A: ?Sized + DropPtr> Box<'a, A>
[src]

[src]

[src]

Trait Implementations

impl<'a, A: ?Sized + DropPtr> Drop for Box<'a, A>
[src]

[src]

Executes the destructor for this type. Read more

impl<'a, A: ?Sized + DropPtr> Deref for Box<'a, A>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, A: ?Sized + DropPtr> DerefMut for Box<'a, A>
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl<'a, A> !Send for Box<'a, A>

impl<'a, A> !Sync for Box<'a, A>