Struct ovr_mobile_sys::ovrSubmitFrameDescription2_ [] [src]

#[repr(C)]
pub struct ovrSubmitFrameDescription2_ { pub Flags: u32, pub SwapInterval: u32, pub FrameIndex: u64, pub DisplayTime: f64, pub CompletionFence: c_ulonglong, pub LayerCount: u32, pub Layers: *const *const ovrLayerHeader2, }

Fields

Trait Implementations

impl Debug for ovrSubmitFrameDescription2_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrSubmitFrameDescription2_
[src]

impl Clone for ovrSubmitFrameDescription2_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more