#[repr(C)]pub struct cudaExternalMemoryMipmappedArrayDesc {
pub offset: c_ulonglong,
pub formatDesc: cudaChannelFormatDesc,
pub extent: cudaExtent,
pub flags: c_uint,
pub numLevels: c_uint,
}
Fields§
§offset: c_ulonglong
§formatDesc: cudaChannelFormatDesc
§extent: cudaExtent
§flags: c_uint
§numLevels: c_uint
Trait Implementations§
Source§impl Clone for cudaExternalMemoryMipmappedArrayDesc
impl Clone for cudaExternalMemoryMipmappedArrayDesc
Source§fn clone(&self) -> cudaExternalMemoryMipmappedArrayDesc
fn clone(&self) -> cudaExternalMemoryMipmappedArrayDesc
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 Ord for cudaExternalMemoryMipmappedArrayDesc
impl Ord for cudaExternalMemoryMipmappedArrayDesc
Source§fn cmp(&self, other: &cudaExternalMemoryMipmappedArrayDesc) -> Ordering
fn cmp(&self, other: &cudaExternalMemoryMipmappedArrayDesc) -> 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 cudaExternalMemoryMipmappedArrayDesc
impl PartialEq for cudaExternalMemoryMipmappedArrayDesc
Source§fn eq(&self, other: &cudaExternalMemoryMipmappedArrayDesc) -> bool
fn eq(&self, other: &cudaExternalMemoryMipmappedArrayDesc) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for cudaExternalMemoryMipmappedArrayDesc
impl PartialOrd for cudaExternalMemoryMipmappedArrayDesc
impl Copy for cudaExternalMemoryMipmappedArrayDesc
impl Eq for cudaExternalMemoryMipmappedArrayDesc
impl StructuralPartialEq for cudaExternalMemoryMipmappedArrayDesc
Auto Trait Implementations§
impl Freeze for cudaExternalMemoryMipmappedArrayDesc
impl RefUnwindSafe for cudaExternalMemoryMipmappedArrayDesc
impl Send for cudaExternalMemoryMipmappedArrayDesc
impl Sync for cudaExternalMemoryMipmappedArrayDesc
impl Unpin for cudaExternalMemoryMipmappedArrayDesc
impl UnwindSafe for cudaExternalMemoryMipmappedArrayDesc
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