pub struct NextBit {
    pub next: u8,
    pub initialized: bool,
}
Expand description

The next initialized bit

Fields

next: u8

The relative position of the next initialized or uninitialized tick up to 256 ticks away from the current tick

initialized: bool

Whether the next tick is initialized, as the function only searches within up to 256 ticks

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.