pub struct RigidBodyHandle(pub u64);Expand description
Opaque handle to a rigid body in the physics engine.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for RigidBodyHandle
impl<'__de, __Context> BorrowDecode<'__de, __Context> for RigidBodyHandle
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for RigidBodyHandle
impl Clone for RigidBodyHandle
Source§fn clone(&self) -> RigidBodyHandle
fn clone(&self) -> RigidBodyHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RigidBodyHandle
impl Debug for RigidBodyHandle
Source§impl<__Context> Decode<__Context> for RigidBodyHandle
impl<__Context> Decode<__Context> for RigidBodyHandle
Source§impl<'de> Deserialize<'de> for RigidBodyHandle
impl<'de> Deserialize<'de> for RigidBodyHandle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encode for RigidBodyHandle
impl Encode for RigidBodyHandle
Source§impl Hash for RigidBodyHandle
impl Hash for RigidBodyHandle
Source§impl PartialEq for RigidBodyHandle
impl PartialEq for RigidBodyHandle
Source§impl Serialize for RigidBodyHandle
impl Serialize for RigidBodyHandle
impl Copy for RigidBodyHandle
impl Eq for RigidBodyHandle
impl StructuralPartialEq for RigidBodyHandle
Auto Trait Implementations§
impl Freeze for RigidBodyHandle
impl RefUnwindSafe for RigidBodyHandle
impl Send for RigidBodyHandle
impl Sync for RigidBodyHandle
impl Unpin for RigidBodyHandle
impl UnwindSafe for RigidBodyHandle
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