Struct webrender_api::display_item::IframeDisplayItem
source · pub struct IframeDisplayItem {
pub bounds: LayoutRect,
pub clip_rect: LayoutRect,
pub space_and_clip: SpaceAndClipInfo,
pub pipeline_id: PipelineId,
pub ignore_missing_pipeline: bool,
}
Fields§
§bounds: LayoutRect
§clip_rect: LayoutRect
§space_and_clip: SpaceAndClipInfo
§pipeline_id: PipelineId
§ignore_missing_pipeline: bool
Trait Implementations§
source§impl Clone for IframeDisplayItem
impl Clone for IframeDisplayItem
source§fn clone(&self) -> IframeDisplayItem
fn clone(&self) -> IframeDisplayItem
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 IframeDisplayItem
impl Debug for IframeDisplayItem
source§impl Default for IframeDisplayItem
impl Default for IframeDisplayItem
source§fn default() -> IframeDisplayItem
fn default() -> IframeDisplayItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IframeDisplayItem
impl<'de> Deserialize<'de> for IframeDisplayItem
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 IframeDisplayItem
impl PartialEq for IframeDisplayItem
source§fn eq(&self, other: &IframeDisplayItem) -> bool
fn eq(&self, other: &IframeDisplayItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for IframeDisplayItem
impl Peek for IframeDisplayItem
source§impl Poke for IframeDisplayItem
impl Poke for IframeDisplayItem
source§impl Serialize for IframeDisplayItem
impl Serialize for IframeDisplayItem
impl Copy for IframeDisplayItem
impl StructuralPartialEq for IframeDisplayItem
Auto Trait Implementations§
impl Freeze for IframeDisplayItem
impl RefUnwindSafe for IframeDisplayItem
impl Send for IframeDisplayItem
impl Sync for IframeDisplayItem
impl Unpin for IframeDisplayItem
impl UnwindSafe for IframeDisplayItem
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