[−][src]Struct azul_webrender_api::DisplayItemRef
Implementations
impl<'a, 'b> DisplayItemRef<'a, 'b>
[src]
pub fn display_list(&self) -> &BuiltDisplayList
[src]
pub fn sub_iter(&self) -> BuiltDisplayListIter<'a>
[src]
pub fn item(&self) -> &DisplayItem
[src]
pub fn clip_chain_items(&self) -> ItemRange<ClipId>
[src]
pub fn complex_clip(&self) -> ItemRange<ComplexClipRegion>
[src]
pub fn glyphs(&self) -> ItemRange<GlyphInstance>
[src]
pub fn gradient_stops(&self) -> ItemRange<GradientStop>
[src]
pub fn filters(&self) -> ItemRange<FilterOp>
[src]
pub fn filter_datas(&self) -> &Vec<TempFilterData>
[src]
pub fn filter_primitives(&self) -> ItemRange<FilterPrimitive>
[src]
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for DisplayItemRef<'a, 'b>
impl<'a, 'b> Send for DisplayItemRef<'a, 'b>
impl<'a, 'b> Sync for DisplayItemRef<'a, 'b>
impl<'a, 'b> Unpin for DisplayItemRef<'a, 'b> where
'a: 'b,
'a: 'b,
impl<'a, 'b> UnwindSafe for DisplayItemRef<'a, 'b>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,