#[repr(C)]pub struct cuLinkComplete_params_st {
pub state: CUlinkState,
pub cubinOut: *mut *mut c_void,
pub sizeOut: *mut usize,
}Fields§
§state: CUlinkState§cubinOut: *mut *mut c_void§sizeOut: *mut usizeAuto Trait Implementations§
impl Freeze for cuLinkComplete_params_st
impl RefUnwindSafe for cuLinkComplete_params_st
impl !Send for cuLinkComplete_params_st
impl !Sync for cuLinkComplete_params_st
impl Unpin for cuLinkComplete_params_st
impl UnsafeUnpin for cuLinkComplete_params_st
impl UnwindSafe for cuLinkComplete_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