1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//
// Copyright (C) 2026 Intel Corporation
//
// Under the MIT License or the Apache License v2.0.
// See LICENSE-MIT and LICENSE-APACHE for license information.
// SPDX-License-Identifier: MIT OR Apache-2.0
//
/// The type of the SYCL device.
pub use DeviceType;
/// Event status of the contained action associated with this event.
pub use EventCommandStatus;
use crateSealed;
/// Types which can return an Item of information for a given Target.
/// Types which can be queried for information.