Struct webrender_api::display_item::StackingContext
source · pub struct StackingContext {
pub transform_style: TransformStyle,
pub mix_blend_mode: MixBlendMode,
pub clip_chain_id: Option<ClipChainId>,
pub raster_space: RasterSpace,
pub flags: StackingContextFlags,
}
Fields§
§transform_style: TransformStyle
§mix_blend_mode: MixBlendMode
§clip_chain_id: Option<ClipChainId>
§raster_space: RasterSpace
§flags: StackingContextFlags
Trait Implementations§
source§impl Clone for StackingContext
impl Clone for StackingContext
source§fn clone(&self) -> StackingContext
fn clone(&self) -> StackingContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StackingContext
impl Debug for StackingContext
source§impl Default for StackingContext
impl Default for StackingContext
source§fn default() -> StackingContext
fn default() -> StackingContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StackingContext
impl<'de> Deserialize<'de> for StackingContext
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for StackingContext
impl PartialEq for StackingContext
source§fn eq(&self, other: &StackingContext) -> bool
fn eq(&self, other: &StackingContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for StackingContext
impl Peek for StackingContext
source§impl Poke for StackingContext
impl Poke for StackingContext
source§impl Serialize for StackingContext
impl Serialize for StackingContext
impl Copy for StackingContext
impl StructuralPartialEq for StackingContext
Auto Trait Implementations§
impl Freeze for StackingContext
impl RefUnwindSafe for StackingContext
impl Send for StackingContext
impl Sync for StackingContext
impl Unpin for StackingContext
impl UnwindSafe for StackingContext
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