#[repr(C)]pub struct cuSurfObjectDestroy_params_st {
pub surfObject: CUsurfObject,
}Fields§
§surfObject: CUsurfObjectAuto Trait Implementations§
impl Freeze for cuSurfObjectDestroy_params_st
impl RefUnwindSafe for cuSurfObjectDestroy_params_st
impl Send for cuSurfObjectDestroy_params_st
impl Sync for cuSurfObjectDestroy_params_st
impl Unpin for cuSurfObjectDestroy_params_st
impl UnsafeUnpin for cuSurfObjectDestroy_params_st
impl UnwindSafe for cuSurfObjectDestroy_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