Struct gfx::handle::Fence
[−]
[src]
pub struct Fence<R>(_) where R: Resources;
Fence Handle
Trait Implementations
impl<R> PartialEq<Fence<R>> for Fence<R> where R: Resources + PartialEq<R>, R::Fence: PartialEq<R::Fence>
fn eq(&self, __arg_0: &Fence<R>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Fence<R>) -> bool
This method tests for !=
.
impl<R> Debug for Fence<R> where R: Resources + Debug, R::Fence: Debug
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl<R> Clone for Fence<R> where R: Resources + Clone, R::Fence: Clone
fn clone(&self) -> Fence<R>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more