Struct classicube_sys::Physics_
source ·
[−]#[repr(C)]pub struct Physics_ {
pub Enabled: cc_bool,
pub OnActivate: [PhysicsHandler; 256],
pub OnRandomTick: [PhysicsHandler; 256],
pub OnPlace: [PhysicsHandler; 256],
pub OnDelete: [PhysicsHandler; 256],
}Fields
Enabled: cc_boolOnActivate: [PhysicsHandler; 256]OnRandomTick: [PhysicsHandler; 256]OnPlace: [PhysicsHandler; 256]OnDelete: [PhysicsHandler; 256]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Physics_
impl UnwindSafe for Physics_
Blanket Implementations
Mutably borrows from an owned value. Read more
