SRSensorRotationRate

Static SRSensorRotationRate 

Source
pub unsafe static SRSensorRotationRate: &'static SRSensor
Expand description

Rotation rate sensor stream for Motion.

This data stream stores rotation rate measured by the device’s gyroscope. Fetches from this stream return objects of type NSArray <CMRecordedRotationRateData *> * as defined in the CoreMotion framework.

See also Apple’s documentation