pub struct LogicalKernelEntry {
pub kind: OpKind,
pub name: &'static str,
}Expand description
Registered logical kernel: native OpKind plus optional common lower pass name.
Fields§
§kind: OpKind§name: &'static strHuman-readable id (logging / docs).
Trait Implementations§
Source§impl Clone for LogicalKernelEntry
impl Clone for LogicalKernelEntry
Source§fn clone(&self) -> LogicalKernelEntry
fn clone(&self) -> LogicalKernelEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LogicalKernelEntry
Auto Trait Implementations§
impl Freeze for LogicalKernelEntry
impl RefUnwindSafe for LogicalKernelEntry
impl Send for LogicalKernelEntry
impl Sync for LogicalKernelEntry
impl Unpin for LogicalKernelEntry
impl UnsafeUnpin for LogicalKernelEntry
impl UnwindSafe for LogicalKernelEntry
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