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.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.