edlang/inkwell/debug_info/trait.DIFlagsConstants.html

30 lines
29 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `DIFlagsConstants` trait in crate `inkwell`."><title>DIFlagsConstants in inkwell::debug_info - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-5bc39a1768837dd0.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="inkwell" data-themes="" data-resource-suffix="" data-rustdoc-version="1.77.0 (aedd173a2 2024-03-17)" data-channel="1.77.0" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-48f368f3872407c8.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../inkwell/index.html">inkwell</a><span class="version">0.4.0</span></h2></div><h2 class="location"><a href="#">DIFlagsConstants</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-consts">Required Associated Constants</a></h3><ul class="block"><li><a href="#associatedconstant.APPLE_BLOCK">APPLE_BLOCK</a></li><li><a href="#associatedconstant.ARTIFICIAL">ARTIFICIAL</a></li><li><a href="#associatedconstant.BIT_FIELD">BIT_FIELD</a></li><li><a href="#associatedconstant.EXPLICIT">EXPLICIT</a></li><li><a href="#associatedconstant.FWD_DECL">FWD_DECL</a></li><li><a href="#associatedconstant.INDIRECT_VIRTUAL_BASE">INDIRECT_VIRTUAL_BASE</a></li><li><a href="#associatedconstant.INTRODUCED_VIRTUAL">INTRODUCED_VIRTUAL</a></li><li><a href="#associatedconstant.LVALUE_REFERENCE">LVALUE_REFERENCE</a></li><li><a href="#associatedconstant.MULTIPLE_INHERITANCE">MULTIPLE_INHERITANCE</a></li><li><a href="#associatedconstant.NO_RETURN">NO_RETURN</a></li><li><a href="#associatedconstant.OBJC_CLASS_COMPLETE">OBJC_CLASS_COMPLETE</a></li><li><a href="#associatedconstant.OBJECT_POINTER">OBJECT_POINTER</a></li><li><a href="#associatedconstant.PRIVATE">PRIVATE</a></li><li><a href="#associatedconstant.PROTECTED">PROTECTED</a></li><li><a href="#associatedconstant.PROTOTYPED">PROTOTYPED</a></li><li><a href="#associatedconstant.PUBLIC">PUBLIC</a></li><li><a href="#associatedconstant.RESERVED">RESERVED</a></li><li><a href="#associatedconstant.RVALUE_REFERENCE">RVALUE_REFERENCE</a></li><li><a href="#associatedconstant.SINGLE_INHERITANCE">SINGLE_INHERITANCE</a></li><li><a href="#associatedconstant.STATIC_MEMBER">STATIC_MEMBER</a></li><li><a href="#associatedconstant.THU
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../inkwell/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">inkwell</a>::<wbr><a href="index.html">debug_info</a>::<wbr><a class="trait" href="#">DIFlagsConstants</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/inkwell/debug_info.rs.html#1377-1423">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait DIFlagsConstants {
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 27 associated constants and 0 method</span></summary> const <a href="#associatedconstant.ZERO" class="constant">ZERO</a>: Self;
const <a href="#associatedconstant.PRIVATE" class="constant">PRIVATE</a>: Self;
const <a href="#associatedconstant.PROTECTED" class="constant">PROTECTED</a>: Self;
const <a href="#associatedconstant.PUBLIC" class="constant">PUBLIC</a>: Self;
const <a href="#associatedconstant.FWD_DECL" class="constant">FWD_DECL</a>: Self;
const <a href="#associatedconstant.APPLE_BLOCK" class="constant">APPLE_BLOCK</a>: Self;
const <a href="#associatedconstant.VIRTUAL" class="constant">VIRTUAL</a>: Self;
const <a href="#associatedconstant.ARTIFICIAL" class="constant">ARTIFICIAL</a>: Self;
const <a href="#associatedconstant.EXPLICIT" class="constant">EXPLICIT</a>: Self;
const <a href="#associatedconstant.PROTOTYPED" class="constant">PROTOTYPED</a>: Self;
const <a href="#associatedconstant.OBJC_CLASS_COMPLETE" class="constant">OBJC_CLASS_COMPLETE</a>: Self;
const <a href="#associatedconstant.OBJECT_POINTER" class="constant">OBJECT_POINTER</a>: Self;
const <a href="#associatedconstant.VECTOR" class="constant">VECTOR</a>: Self;
const <a href="#associatedconstant.STATIC_MEMBER" class="constant">STATIC_MEMBER</a>: Self;
const <a href="#associatedconstant.LVALUE_REFERENCE" class="constant">LVALUE_REFERENCE</a>: Self;
const <a href="#associatedconstant.RVALUE_REFERENCE" class="constant">RVALUE_REFERENCE</a>: Self;
const <a href="#associatedconstant.RESERVED" class="constant">RESERVED</a>: Self;
const <a href="#associatedconstant.SINGLE_INHERITANCE" class="constant">SINGLE_INHERITANCE</a>: Self;
const <a href="#associatedconstant.MULTIPLE_INHERITANCE" class="constant">MULTIPLE_INHERITANCE</a>: Self;
const <a href="#associatedconstant.VIRTUAL_INHERITANCE" class="constant">VIRTUAL_INHERITANCE</a>: Self;
const <a href="#associatedconstant.INTRODUCED_VIRTUAL" class="constant">INTRODUCED_VIRTUAL</a>: Self;
const <a href="#associatedconstant.BIT_FIELD" class="constant">BIT_FIELD</a>: Self;
const <a href="#associatedconstant.NO_RETURN" class="constant">NO_RETURN</a>: Self;
const <a href="#associatedconstant.TYPE_PASS_BY_VALUE" class="constant">TYPE_PASS_BY_VALUE</a>: Self;
const <a href="#associatedconstant.TYPE_PASS_BY_REFERENCE" class="constant">TYPE_PASS_BY_REFERENCE</a>: Self;
const <a href="#associatedconstant.THUNK" class="constant">THUNK</a>: Self;
const <a href="#associatedconstant.INDIRECT_VIRTUAL_BASE" class="constant">INDIRECT_VIRTUAL_BASE</a>: Self;
</details>}</code></pre><h2 id="required-associated-consts" class="section-header">Required Associated Constants<a href="#required-associated-consts" class="anchor">§</a></h2><div class="methods"><section id="associatedconstant.ZERO" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1378">source</a><h4 class="code-header">const <a href="#associatedconstant.ZERO" class="constant">ZERO</a>: Self</h4></section><section id="associatedconstant.PRIVATE" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1379">source</a><h4 class="code-header">const <a href="#associatedconstant.PRIVATE" class="constant">PRIVATE</a>: Self</h4></section><section id="associatedconstant.PROTECTED" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1380">source</a><h4 class="code-header">const <a href="#associatedconstant.PROTECTED" class="constant">PROTECTED</a>: Self</h4></section><section id="associatedconstant.PUBLIC" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1381">source</a><h4 class="code-header">const <a href="#associatedconstant.PUBLIC" class="constant">PUBLIC</a>: Self</h4></section><section id="associatedconstant.FWD_DECL" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1382">source</a><h4 class="code-header">const <a href="#associatedconstant.FWD_DECL" class="constant">FWD_DECL</a>: Self</h4></section><section id="associatedconstant.APPLE_BLOCK" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1383">source</a><h4 class="code-header">const <a href="#associatedconstant.APPLE_BLOCK" class="constant">APPLE_BLOCK</a>: Self</h4></section><section id="associatedconstant.VIRTUAL" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1386">source</a><h4 class="code-header">const <a href="#associatedconstant.VIRTUAL" class="constant">VIRTUAL</a>: Self</h4></section><section id="associatedconstant.ARTIFICIAL" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1387">source</a><h4 class="code-header">const <a href="#associatedconstant.ARTIFICIAL" class="constant">ARTIFICIAL</a>: Self</h4></section><section id="associatedconstant.EXPLICIT" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1388">source</a><h4 class="code-header">const <a href="#associatedconstant.EXPLICIT" class="constant">EXPLICIT</a>: Self</h4></section><section id="associatedconstant.PROTOTYPED" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1389">source</a><h4 class="code-header">const <a href="#associatedconstant.PROTOTYPED" class="constant">PROTOTYPED</a>: Self</h4></section><section id="associatedconstant.OBJC_CLASS_COMPLETE" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1390">source</a><h4 class="code-header">const <a href="#associatedconstant.OBJC_CLASS_COMPLETE" class="constant">OBJC_CLASS_COMPLETE</a>: Self</h4></section><section id="associatedconstant.OBJECT_POINTER" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1391">source</a><h4 class="code-header">const <a href="#associatedconstant.OBJECT_POINTER" class="constant">OBJECT_POINTER</a>: Self</h4></section><section id="associatedconstant.VECTOR" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1392">source</a><h4 class="code-header">const <a href="#associatedconstant.VECTOR" class="constant">VECTOR</a>: Self</h4></section><section id="associatedconstant.STATIC_MEMBER" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1393">source</a><h4 class="code-header">const <a href="#associatedconstant.STATIC_MEMBER" class="constant">STATIC_MEMBER</a>: Self</h4></section><section id="associatedconstant.LVALUE_REFERENCE" class="method"><a class="src rightside" href="../../src/inkwell/debug_info.rs.html#1394">source</a><h4 class="code-header">const <a href="#associate