pub struct LightQueueFlags(u64);Expand description
ScalableLux state flags stored in the top three queue-entry bits.
Tuple Fields§
§0: u64Implementations§
Source§impl LightQueueFlags
impl LightQueueFlags
Sourcepub const WRITE_LEVEL: Self
pub const WRITE_LEVEL: Self
The increase pass should write the entry’s level before propagating.
Sourcepub const RECHECK_LEVEL: Self
pub const RECHECK_LEVEL: Self
The increase pass should confirm the current level still matches.
Sourcepub const HAS_SIDED_TRANSPARENT_BLOCKS: Self
pub const HAS_SIDED_TRANSPARENT_BLOCKS: Self
Propagation must account for sided transparent block shapes.
Trait Implementations§
Source§impl Clone for LightQueueFlags
impl Clone for LightQueueFlags
Source§fn clone(&self) -> LightQueueFlags
fn clone(&self) -> LightQueueFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LightQueueFlags
Source§impl Debug for LightQueueFlags
impl Debug for LightQueueFlags
impl Eq for LightQueueFlags
Source§impl Hash for LightQueueFlags
impl Hash for LightQueueFlags
Source§impl PartialEq for LightQueueFlags
impl PartialEq for LightQueueFlags
impl StructuralPartialEq for LightQueueFlags
Auto Trait Implementations§
impl Freeze for LightQueueFlags
impl RefUnwindSafe for LightQueueFlags
impl Send for LightQueueFlags
impl Sync for LightQueueFlags
impl Unpin for LightQueueFlags
impl UnsafeUnpin for LightQueueFlags
impl UnwindSafe for LightQueueFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreWraps this value in an
Arc<SyncMutex<>>