CodeQL library for Rust
codeql/rust-all 0.1.15-dev (changelog, source)
Search

Module Impl

INTERNAL: This module contains the customizable definition of OffsetOfExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.OffsetOfExprImpl

Classes

OffsetOfExpr

An offset_of expression. For example: rust builtin # offset_of(Struct, field);