Struct CUarrayMapInfo_st
#[repr(C)]pub struct CUarrayMapInfo_st {
pub resourceType: CUresourcetype_enum,
pub resource: CUarrayMapInfo_st__bindgen_ty_1,
pub subresourceType: CUarraySparseSubresourceType_enum,
pub subresource: CUarrayMapInfo_st__bindgen_ty_2,
pub memOperationType: CUmemOperationType_enum,
pub memHandleType: CUmemHandleType_enum,
pub memHandle: CUarrayMapInfo_st__bindgen_ty_3,
pub offset: u64,
pub deviceBitMask: u32,
pub flags: u32,
pub reserved: [u32; 2],
}Fields§
§resourceType: CUresourcetype_enum§resource: CUarrayMapInfo_st__bindgen_ty_1§subresourceType: CUarraySparseSubresourceType_enum§subresource: CUarrayMapInfo_st__bindgen_ty_2§memOperationType: CUmemOperationType_enum§memHandleType: CUmemHandleType_enum§memHandle: CUarrayMapInfo_st__bindgen_ty_3§offset: u64§deviceBitMask: u32§flags: u32§reserved: [u32; 2]Trait Implementations§
§impl Clone for CUarrayMapInfo_st
impl Clone for CUarrayMapInfo_st
§fn clone(&self) -> CUarrayMapInfo_st
fn clone(&self) -> CUarrayMapInfo_st
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 CUarrayMapInfo_st
Auto Trait Implementations§
impl Freeze for CUarrayMapInfo_st
impl RefUnwindSafe for CUarrayMapInfo_st
impl !Send for CUarrayMapInfo_st
impl !Sync for CUarrayMapInfo_st
impl Unpin for CUarrayMapInfo_st
impl UnsafeUnpin for CUarrayMapInfo_st
impl UnwindSafe for CUarrayMapInfo_st
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