Struct gdnative_physics::common::Rid[]

pub struct Rid(_);

The RID type is used to access the unique integer ID of a resource. They are opaque, so they do not grant access to the associated resource by themselves.

Methods

impl Rid

Trait Implementations

impl PartialOrd<Rid> for Rid

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Clone for Rid

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rid

Formats the value using the given formatter. Read more

impl<'l> From<&'l Rid> for Variant

Performs the conversion.

impl Default for Rid

Returns the "default value" for a type. Read more

impl Copy for Rid

impl Eq for Rid

impl PartialEq<Rid> for Rid

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

This method tests for !=.

Auto Trait Implementations

impl Send for Rid

impl Sync for Rid