#[repr(C)]
pub struct HacksComp {
Show 29 fields pub IsOp: cc_bool, pub Floating: cc_bool, pub SpeedMultiplier: f32, pub PushbackPlacing: cc_bool, pub FullBlockStep: cc_bool, pub Enabled: cc_bool, pub CanAnyHacks: cc_bool, pub CanUseThirdPerson: cc_bool, pub CanSpeed: cc_bool, pub CanFly: cc_bool, pub CanRespawn: cc_bool, pub CanNoclip: cc_bool, pub CanPushbackBlocks: cc_bool, pub CanSeeAllNames: cc_bool, pub CanDoubleJump: cc_bool, pub CanBePushed: cc_bool, pub BaseHorSpeed: f32, pub MaxJumps: c_int, pub NoclipSlide: cc_bool, pub WOMStyleHacks: cc_bool, pub Noclip: cc_bool, pub Flying: cc_bool, pub FlyingUp: cc_bool, pub FlyingDown: cc_bool, pub Speeding: cc_bool, pub HalfSpeeding: cc_bool, pub MaxHorSpeed: f32, pub HacksFlags: cc_string, pub __HacksFlagsBuffer: [c_char; 128],
}

Fields

IsOp: cc_boolFloating: cc_boolSpeedMultiplier: f32PushbackPlacing: cc_boolFullBlockStep: cc_boolEnabled: cc_boolCanAnyHacks: cc_boolCanUseThirdPerson: cc_boolCanSpeed: cc_boolCanFly: cc_boolCanRespawn: cc_boolCanNoclip: cc_boolCanPushbackBlocks: cc_boolCanSeeAllNames: cc_boolCanDoubleJump: cc_boolCanBePushed: cc_boolBaseHorSpeed: f32MaxJumps: c_intNoclipSlide: cc_boolWOMStyleHacks: cc_boolNoclip: cc_boolFlying: cc_boolFlyingUp: cc_boolFlyingDown: cc_boolSpeeding: cc_boolHalfSpeeding: cc_boolMaxHorSpeed: f32HacksFlags: cc_string__HacksFlagsBuffer: [c_char; 128]

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.