Function lrs::ptr::drop

Runs the destructor of an object.

Syntax

unsafe fn drop<T>(dst: *mut T) -> ()
    where T: ?Sized,

Arguments

NameDescription
dst

A pointer to the object.