#[repr(C)]pub struct surfaceReference {
pub channelDesc: cudaChannelFormatDesc,
}
Fields§
§channelDesc: cudaChannelFormatDesc
Trait Implementations§
Source§impl Clone for surfaceReference
impl Clone for surfaceReference
Source§fn clone(&self) -> surfaceReference
fn clone(&self) -> surfaceReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for surfaceReference
impl Debug for surfaceReference
Source§impl Default for surfaceReference
impl Default for surfaceReference
Source§impl Hash for surfaceReference
impl Hash for surfaceReference
Source§impl Ord for surfaceReference
impl Ord for surfaceReference
Source§fn cmp(&self, other: &surfaceReference) -> Ordering
fn cmp(&self, other: &surfaceReference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for surfaceReference
impl PartialEq for surfaceReference
Source§impl PartialOrd for surfaceReference
impl PartialOrd for surfaceReference
impl Copy for surfaceReference
impl Eq for surfaceReference
impl StructuralPartialEq for surfaceReference
Auto Trait Implementations§
impl Freeze for surfaceReference
impl RefUnwindSafe for surfaceReference
impl Send for surfaceReference
impl Sync for surfaceReference
impl Unpin for surfaceReference
impl UnwindSafe for surfaceReference
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more