Struct gfx_device_gl::Fence [] [src]

pub struct Fence(_);

Trait Implementations

impl Send for Fence

impl Sync for Fence

Derived Implementations

impl Debug for Fence

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Fence

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for Fence

impl PartialEq for Fence

fn eq(&self, __arg_0: &Fence) -> bool

fn ne(&self, __arg_0: &Fence) -> bool

impl Clone for Fence

fn clone(&self) -> Fence

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

impl Copy for Fence