#[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 · 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 PhysicsServerAreaBodyStatus
impl Debug for PhysicsServerAreaBodyStatus
Source§impl Hash for PhysicsServerAreaBodyStatus
impl Hash for PhysicsServerAreaBodyStatus
impl Copy for PhysicsServerAreaBodyStatus
impl Eq for PhysicsServerAreaBodyStatus
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 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