# `GSPathSegment initWithSegmentStruct:`

*Initializer*

## Declaration

```swift
init(segmentStruct S: UnsafeMutablePointer<GSSegmentStruct>)
```

```objc
- (instancetype) initWithSegmentStruct:(GSSegmentStruct *) S;
```

```python
initWithSegmentStruct_(S: GSSegmentStruct) -> GSPathSegment
```

