pub struct RealtimeTargetDecision { /* private fields */ }Expand description
Portable placement for one text or depth-codebook decision.
Implementations§
Source§impl RealtimeTargetDecision
impl RealtimeTargetDecision
Sourcepub const fn slot(self) -> RealtimeFrameSlot
pub const fn slot(self) -> RealtimeFrameSlot
Text or audio decision slot.
Sourcepub const fn coordinate(self) -> Option<RealtimeSlotCoordinate>
pub const fn coordinate(self) -> Option<RealtimeSlotCoordinate>
Destination coordinate, or None during feedback-history warm-up.
Sourcepub const fn source(self) -> RealtimeTargetSource
pub const fn source(self) -> RealtimeTargetSource
Forced, sampled, or already occupied resolution.
Trait Implementations§
Source§impl Clone for RealtimeTargetDecision
impl Clone for RealtimeTargetDecision
Source§fn clone(&self) -> RealtimeTargetDecision
fn clone(&self) -> RealtimeTargetDecision
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 RealtimeTargetDecision
Source§impl Debug for RealtimeTargetDecision
impl Debug for RealtimeTargetDecision
impl Eq for RealtimeTargetDecision
Source§impl PartialEq for RealtimeTargetDecision
impl PartialEq for RealtimeTargetDecision
impl StructuralPartialEq for RealtimeTargetDecision
Auto Trait Implementations§
impl Freeze for RealtimeTargetDecision
impl RefUnwindSafe for RealtimeTargetDecision
impl Send for RealtimeTargetDecision
impl Sync for RealtimeTargetDecision
impl Unpin for RealtimeTargetDecision
impl UnsafeUnpin for RealtimeTargetDecision
impl UnwindSafe for RealtimeTargetDecision
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