#[repr(u32)]pub enum PhysicsServerAreaBodyStatus {
AreaBodyAdded = 0,
AreaBodyRemoved = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicsServerAreaBodyStatus
impl Clone for PhysicsServerAreaBodyStatus
Source§fn clone(&self) -> PhysicsServerAreaBodyStatus
fn clone(&self) -> PhysicsServerAreaBodyStatus
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 PhysicsServerAreaBodyStatus
Source§impl Debug for PhysicsServerAreaBodyStatus
impl Debug for PhysicsServerAreaBodyStatus
impl Eq for PhysicsServerAreaBodyStatus
Source§impl Hash for PhysicsServerAreaBodyStatus
impl Hash for PhysicsServerAreaBodyStatus
Source§impl PartialEq for PhysicsServerAreaBodyStatus
impl PartialEq for PhysicsServerAreaBodyStatus
Source§fn eq(&self, other: &PhysicsServerAreaBodyStatus) -> bool
fn eq(&self, other: &PhysicsServerAreaBodyStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PhysicsServerAreaBodyStatus
Auto Trait Implementations§
impl Freeze for PhysicsServerAreaBodyStatus
impl RefUnwindSafe for PhysicsServerAreaBodyStatus
impl Send for PhysicsServerAreaBodyStatus
impl Sync for PhysicsServerAreaBodyStatus
impl Unpin for PhysicsServerAreaBodyStatus
impl UnsafeUnpin for PhysicsServerAreaBodyStatus
impl UnwindSafe for PhysicsServerAreaBodyStatus
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