Type Alias rutabaga_gfx::gfxstream::stream_renderer_fence
source · pub type stream_renderer_fence = RutabagaFence;
Aliased Type§
struct stream_renderer_fence {
pub flags: u32,
pub fence_id: u64,
pub ctx_id: u32,
pub ring_idx: u8,
}
Fields§
§flags: u32
§fence_id: u64
§ctx_id: u32
§ring_idx: u8
Trait Implementations
impl Copy for RutabagaFence
source§impl Clone for RutabagaFence
impl Clone for RutabagaFence
source§fn clone(&self) -> RutabagaFence
fn clone(&self) -> RutabagaFence
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more