/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
usecrate::properties::PropertyDeclarationBlock; usecrate::shared_lock::{
DeepCloneWithLock, Locked, SharedRwLock, SharedRwLockReadGuard, ToCssWithGuard,
}; usecrate::str::CssStringWriter; usecrate::values::DashedIdent; use cssparser::SourceLocation; use malloc_size_of::{MallocSizeOf, MallocSizeOfOps, MallocUnconditionalShallowSizeOf}; use servo_arc::Arc; use style_traits::{CssWriter, ToCss};
/// A position-try rule. #[derive(Clone, Debug, ToShmem)] pubstruct PositionTryRule { /// Name of this position-try rule. pub name: DashedIdent, /// The declaration block this position-try rule contains. pub block: Arc<Locked<PropertyDeclarationBlock>>, /// The source position this rule was found at. pub source_location: SourceLocation,
}
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.