#[repr(C)]pub struct cuMemPoolGetAttribute_params_st {
pub pool: CUmemoryPool,
pub attr: CUmemPool_attribute,
pub value: *mut c_void,
}Fields§
§pool: CUmemoryPool§attr: CUmemPool_attribute§value: *mut c_voidAuto Trait Implementations§
impl Freeze for cuMemPoolGetAttribute_params_st
impl RefUnwindSafe for cuMemPoolGetAttribute_params_st
impl !Send for cuMemPoolGetAttribute_params_st
impl !Sync for cuMemPoolGetAttribute_params_st
impl Unpin for cuMemPoolGetAttribute_params_st
impl UnsafeUnpin for cuMemPoolGetAttribute_params_st
impl UnwindSafe for cuMemPoolGetAttribute_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