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

source§

impl Copy for RutabagaFence

source§

impl Clone for RutabagaFence

source§

fn clone(&self) -> RutabagaFence

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more