#[repr(C)]pub enum EventInfo {
CommandQueue = 4_560,
CommandType = 4_561,
ReferenceCount = 4_562,
CommandExecutionStatus = 4_563,
Context = 4_564,
}
Variants§
CommandQueue = 4_560
CommandType = 4_561
ReferenceCount = 4_562
CommandExecutionStatus = 4_563
Context = 4_564
Trait Implementations§
Source§impl From<&EventInfo> for cl_event_info
impl From<&EventInfo> for cl_event_info
Source§fn from(source_value: &EventInfo) -> cl_event_info
fn from(source_value: &EventInfo) -> cl_event_info
Converts to this type from the input type.
Source§impl From<EventInfo> for cl_event_info
impl From<EventInfo> for cl_event_info
Source§fn from(source_value: EventInfo) -> cl_event_info
fn from(source_value: EventInfo) -> cl_event_info
Converts to this type from the input type.
Source§impl From<u32> for EventInfo
impl From<u32> for EventInfo
Source§fn from(dest_value: cl_event_info) -> EventInfo
fn from(dest_value: cl_event_info) -> EventInfo
Converts to this type from the input type.
Source§impl PartialOrd for EventInfo
impl PartialOrd for EventInfo
impl Copy for EventInfo
impl Eq for EventInfo
impl StructuralPartialEq for EventInfo
Auto Trait Implementations§
impl Freeze for EventInfo
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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