Struct lrs::mem::Availability

Availability of pages in memory.

Syntax

struct Availability(u8)

Fields

PositionDescription
1

Methods

ReceiverNameDescription
selfavailable

Returns whether a page is in memory.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.