#[repr(C)]pub struct cuTexObjectGetResourceViewDesc_params_st {
pub pResViewDesc: *mut CUDA_RESOURCE_VIEW_DESC,
pub texObject: CUtexObject,
}Fields§
§pResViewDesc: *mut CUDA_RESOURCE_VIEW_DESC§texObject: CUtexObjectAuto Trait Implementations§
impl Freeze for cuTexObjectGetResourceViewDesc_params_st
impl RefUnwindSafe for cuTexObjectGetResourceViewDesc_params_st
impl !Send for cuTexObjectGetResourceViewDesc_params_st
impl !Sync for cuTexObjectGetResourceViewDesc_params_st
impl Unpin for cuTexObjectGetResourceViewDesc_params_st
impl UnsafeUnpin for cuTexObjectGetResourceViewDesc_params_st
impl UnwindSafe for cuTexObjectGetResourceViewDesc_params_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