#[repr(C)]pub struct CudaResourceDescMipmap {
pub h_mipmapped_array: CUmipmappedArray,
}Expand description
Inner data for a MipmappedArray resource.
Fields§
§h_mipmapped_array: CUmipmappedArrayMipmapped array handle.
Trait Implementations§
Source§impl Clone for CudaResourceDescMipmap
impl Clone for CudaResourceDescMipmap
Source§fn clone(&self) -> CudaResourceDescMipmap
fn clone(&self) -> CudaResourceDescMipmap
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 moreimpl Copy for CudaResourceDescMipmap
Auto Trait Implementations§
impl Freeze for CudaResourceDescMipmap
impl RefUnwindSafe for CudaResourceDescMipmap
impl Send for CudaResourceDescMipmap
impl Sync for CudaResourceDescMipmap
impl Unpin for CudaResourceDescMipmap
impl UnsafeUnpin for CudaResourceDescMipmap
impl UnwindSafe for CudaResourceDescMipmap
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