pub enum OverlayPublish {
Auto,
Force,
Never,
}Expand description
Overlay publication policy (MEMRA_VISION_OVERLAY_PUBLISH, lane/glm53-vision-ppn):
whether the tower’s rows are republished into the engine that owns embedding intake.
Variants§
Auto
DEFAULT: publish iff the intake engine’s CUDA context differs from the tower’s.
Force
Always take the publication path, even when the contexts already match — the rig arm that exercises the cross-context code on a one-card box (byte identity is the bar).
Never
Never publish: the pre-lane program. A cross-context intake is then refused by the
residency law in splice_into / the ppN prime, never silently peer-read.
Trait Implementations§
Source§impl Clone for OverlayPublish
impl Clone for OverlayPublish
Source§fn clone(&self) -> OverlayPublish
fn clone(&self) -> OverlayPublish
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 OverlayPublish
Source§impl Debug for OverlayPublish
impl Debug for OverlayPublish
impl Eq for OverlayPublish
Source§impl PartialEq for OverlayPublish
impl PartialEq for OverlayPublish
impl StructuralPartialEq for OverlayPublish
Auto Trait Implementations§
impl Freeze for OverlayPublish
impl RefUnwindSafe for OverlayPublish
impl Send for OverlayPublish
impl Sync for OverlayPublish
impl Unpin for OverlayPublish
impl UnsafeUnpin for OverlayPublish
impl UnwindSafe for OverlayPublish
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