Struct cyclos_core::states::tick_bitmap::NextBit
source · [−]Expand description
The next initialized bit
Fields
next: u8The relative position of the next initialized or uninitialized tick up to 256 ticks away from the current tick
initialized: boolWhether the next tick is initialized, as the function only searches within up to 256 ticks
Auto Trait Implementations
impl RefUnwindSafe for NextBit
impl Send for NextBit
impl Sync for NextBit
impl Unpin for NextBit
impl UnwindSafe for NextBit
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more