Struct voodoo::SamplerYcbcrConversionKhrHandle [] [src]

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

Methods

impl SamplerYcbcrConversionKhrHandle
[src]

[src]

Trait Implementations

impl Clone for SamplerYcbcrConversionKhrHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SamplerYcbcrConversionKhrHandle
[src]

impl Debug for SamplerYcbcrConversionKhrHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SamplerYcbcrConversionKhrHandle
[src]

impl PartialEq for SamplerYcbcrConversionKhrHandle
[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 SamplerYcbcrConversionKhrHandle
[src]

Auto Trait Implementations