pub struct ItemKernel { /* private fields */ }Available on
target_arch="spirv" only.Implementations§
Auto Trait Implementations§
impl Freeze for ItemKernel
impl RefUnwindSafe for ItemKernel
impl Send for ItemKernel
impl Sync for ItemKernel
impl Unpin for ItemKernel
impl UnwindSafe for ItemKernel
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