Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  mod.rs

  Sprache: Rust
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


//! This module contains the xpcom interfaces exposed to rust code.
//!
//! The items in this module come in a few flavours:
//!
//! 1. `nsI*`: These are the types for XPCOM interfaces. They should always be
//!    passed behind a reference, pointer, or `RefPtr`. They may be coerced to
//!    their base interfaces using the `coerce` method.
//!
//! 2. `nsI*Coerce`: These traits provide the implementation mechanics for the
//!    `coerce` method, and can usually be ignored. *These traits are hidden in
//!    rustdoc*
//!
//! 3. `nsI*VTable`: These structs are the vtable definitions for each type.
//!    They contain the base interface's vtable, followed by pointers for each
//!    of the vtable's methods. If direct access is needed, a `*const nsI*` can
//!    be safely transmuted to a `*const nsI*VTable`. *These structs are hidden
//!    in rustdoc*
//!
//! 4. Typedefs used in idl file definitions.

// Interfaces defined in .idl files
mod idl;
pub use self::idl::*;

// Other interfaces which are needed to compile
mod nonidl;
pub use self::nonidl::*;

Messung V0.5 in Prozent
C=89 H=96 G=92

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-08-26) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002