Struct voodoo::Fence [] [src]

pub struct Fence { /* fields omitted */ }

Methods

impl Fence
[src]

[src]

Creates and returns a new fence.

[src]

Returns this object's handle.

[src]

Returns a reference to this object's associated device.

[src]

Trait Implementations

impl Debug for Fence
[src]

[src]

Formats the value using the given formatter.

impl Clone for Fence
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h Fence
[src]

[src]