Struct voodoo::Framebuffer [] [src]

pub struct Framebuffer { /* fields omitted */ }

Methods

impl Framebuffer
[src]

[src]

Returns a new FramebufferBuilder.

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for Framebuffer
[src]

[src]

Formats the value using the given formatter.

impl Clone for Framebuffer
[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 Framebuffer
[src]

[src]