pub struct OniFrame {
pub dataSize: i32,
data: *mut c_void,
sensorType: OniSensorType,
timestamp: u64,
frameIndex: i32,
pub width: i32,
pub height: i32,
videoMode: OniVideoMode,
croppingEnabled: i32,
cropOriginX: i32,
cropOriginY: i32,
stride: i32,
}
Fields
dataSize | |
data | |
sensorType | |
timestamp | |
frameIndex | |
width | |
height | |
videoMode | |
croppingEnabled | |
cropOriginX | |
cropOriginY | |
stride | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).