pub struct Kernel {
pub kernel: ZeKernelHandle,
/* private fields */
}Fields§
§kernel: ZeKernelHandleImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Kernel
impl !Sync for Kernel
impl Freeze for Kernel
impl RefUnwindSafe for Kernel
impl Unpin for Kernel
impl UnsafeUnpin for Kernel
impl UnwindSafe for Kernel
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