pub struct Anchor {
pub space: AnchorSpace,
pub target: String,
}Expand description
A named pose-free anchor for spatial scene nodes.
Fields§
§space: AnchorSpaceThe coordinate space the target belongs to.
target: StringStable target id in that space.
Implementations§
Trait Implementations§
impl Eq for Anchor
impl StructuralPartialEq for Anchor
Auto Trait Implementations§
impl Freeze for Anchor
impl RefUnwindSafe for Anchor
impl Send for Anchor
impl Sync for Anchor
impl Unpin for Anchor
impl UnsafeUnpin for Anchor
impl UnwindSafe for Anchor
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