#[repr(C)]pub struct cuMulticastAddDevice_params_st {
pub mcHandle: CUmemGenericAllocationHandle,
pub dev: CUdevice,
}Fields§
§mcHandle: CUmemGenericAllocationHandle§dev: CUdeviceAuto Trait Implementations§
impl Freeze for cuMulticastAddDevice_params_st
impl RefUnwindSafe for cuMulticastAddDevice_params_st
impl Send for cuMulticastAddDevice_params_st
impl Sync for cuMulticastAddDevice_params_st
impl Unpin for cuMulticastAddDevice_params_st
impl UnsafeUnpin for cuMulticastAddDevice_params_st
impl UnwindSafe for cuMulticastAddDevice_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