#[repr(C)]pub struct cuMemGetAllocationGranularity_params_st {
pub granularity: *mut usize,
pub prop: *const CUmemAllocationProp,
pub option: CUmemAllocationGranularity_flags,
}Fields§
§granularity: *mut usize§prop: *const CUmemAllocationProp§option: CUmemAllocationGranularity_flagsAuto Trait Implementations§
impl Freeze for cuMemGetAllocationGranularity_params_st
impl RefUnwindSafe for cuMemGetAllocationGranularity_params_st
impl !Send for cuMemGetAllocationGranularity_params_st
impl !Sync for cuMemGetAllocationGranularity_params_st
impl Unpin for cuMemGetAllocationGranularity_params_st
impl UnsafeUnpin for cuMemGetAllocationGranularity_params_st
impl UnwindSafe for cuMemGetAllocationGranularity_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