pub struct ScalarParamStorage<T>(/* private fields */);Trait Implementations§
Source§impl<T: Debug> Debug for ScalarParamStorage<T>
impl<T: Debug> Debug for ScalarParamStorage<T>
Source§impl<T> KernelParamStorage for ScalarParamStorage<T>
impl<T> KernelParamStorage for ScalarParamStorage<T>
fn as_kernel_param(&self) -> *mut c_void
Auto Trait Implementations§
impl<T> Freeze for ScalarParamStorage<T>where
T: Freeze,
impl<T> RefUnwindSafe for ScalarParamStorage<T>where
T: RefUnwindSafe,
impl<T> Send for ScalarParamStorage<T>where
T: Send,
impl<T> Sync for ScalarParamStorage<T>where
T: Sync,
impl<T> Unpin for ScalarParamStorage<T>where
T: Unpin,
impl<T> UnsafeUnpin for ScalarParamStorage<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for ScalarParamStorage<T>where
T: UnwindSafe,
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