pub struct CollectionDirectionalSpeedSourceBasisV1 { /* private fields */ }Expand description
Explicit source X/Z orientation witnesses in semantic 2-D policy coordinates.
x and z witness the raw collection-output V2 +X/+Z endpoint
displacement directions. Their magnitudes are nonsemantic; a future
evaluator uses unit axes for heading comparison.
Implementations§
Trait Implementations§
Source§impl Clone for CollectionDirectionalSpeedSourceBasisV1
impl Clone for CollectionDirectionalSpeedSourceBasisV1
Source§fn clone(&self) -> CollectionDirectionalSpeedSourceBasisV1
fn clone(&self) -> CollectionDirectionalSpeedSourceBasisV1
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 CollectionDirectionalSpeedSourceBasisV1
impl StructuralPartialEq for CollectionDirectionalSpeedSourceBasisV1
Auto Trait Implementations§
impl Freeze for CollectionDirectionalSpeedSourceBasisV1
impl RefUnwindSafe for CollectionDirectionalSpeedSourceBasisV1
impl Send for CollectionDirectionalSpeedSourceBasisV1
impl Sync for CollectionDirectionalSpeedSourceBasisV1
impl Unpin for CollectionDirectionalSpeedSourceBasisV1
impl UnsafeUnpin for CollectionDirectionalSpeedSourceBasisV1
impl UnwindSafe for CollectionDirectionalSpeedSourceBasisV1
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