Struct cuda_sys::cudart::surfaceReference[][src]

#[repr(C)]
pub struct surfaceReference { pub channelDesc: cudaChannelFormatDesc, }

Fields

Trait Implementations

impl Debug for surfaceReference
[src]

Formats the value using the given formatter. Read more

impl Copy for surfaceReference
[src]

impl Clone for surfaceReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations