Struct lrs::ptr::NonZeroPtr

Syntax

struct NonZeroPtr<T>(/* */)
    where T: ?Sized,

Static methods

NameDescription
new

Trait implementations

NameDescription
Copy

Objects that can safely be copied via memcpy.

Deref

Objects that implement the immutable dereference operator.

Eq

Objects that implement the binary == and != operators.

Ord

Objects that are part of a total order.

PartialOrd

Objects that implement the binary <, <=, >, and >= operators.