HipSwingExerciseName

public struct HipSwingExerciseName : ExerciseName
extension HipSwingExerciseName: Hashable

Hip Swing Exercise Name

  • Exercise Name Type

    Declaration

    Swift

    public typealias ExerciseNameType = HipSwingExerciseName
  • Exercise Catagory Type

    Declaration

    Swift

    public var catagory: ExerciseCategory { get }
  • Exercise Name

    Declaration

    Swift

    private(set) public var name: String { get }
  • Exercise Name Number

    Declaration

    Swift

    private(set) public var number: UInt16 { get }
  • List of Supported ExerciseNames

    Declaration

    Swift

    static var supportedExerciseNames: [HipSwingExerciseName] { get }
  • Creates a ExerciseName Object

    Declaration

    Swift

    static func create(rawValue: UInt16) -> HipSwingExerciseName?

    Parameters

    rawValue

    exerciseNumber

    Return Value

    ExerciseName Object

Exercise Types

  • Arm Kettlebell Swing

    Declaration

    Swift

    static var armKettlebellSwing: HipSwingExerciseName { get }
  • Single Arm Dumbbell Swing

    Declaration

    Swift

    static var singleArmDumbbellSwing: HipSwingExerciseName { get }
  • Step Out Swing

    Declaration

    Swift

    static var stepOutSwing: HipSwingExerciseName { get }