Struct nphysics3d::object::MultibodyLinkId[][src]

pub struct MultibodyLinkId { /* fields omitted */ }

The identifier of a multibody link.

Methods

impl MultibodyLinkId
[src]

The multibody link identifying the ground.

Return true if this link is at the root of the multibody.

Return true if this link identifies the ground.

Trait Implementations

impl Copy for MultibodyLinkId
[src]

impl Clone for MultibodyLinkId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for MultibodyLinkId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for MultibodyLinkId
[src]

Formats the value using the given formatter. Read more

impl PartialEq for MultibodyLinkId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for MultibodyLinkId
[src]

Auto Trait Implementations