Struct voodoo::SurfaceKhrHandle [] [src]

#[repr(C)]
pub struct SurfaceKhrHandle(_);

Methods

impl SurfaceKhrHandle
[src]

[src]

Trait Implementations

impl Clone for SurfaceKhrHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SurfaceKhrHandle
[src]

impl Debug for SurfaceKhrHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SurfaceKhrHandle
[src]

impl PartialEq for SurfaceKhrHandle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Handle for SurfaceKhrHandle
[src]

[src]

Returns this object's handle.

Auto Trait Implementations