[−][src]Struct azul_webrender_api::BuiltDisplayList
A display list.
Implementations
impl BuiltDisplayList
[src]
pub fn from_data(data: Vec<u8>, descriptor: BuiltDisplayListDescriptor) -> Self
[src]
pub fn into_data(self) -> (Vec<u8>, BuiltDisplayListDescriptor)
[src]
pub fn data(&self) -> &[u8]
[src]
pub fn item_slice(&self) -> &[u8]
[src]
pub fn extra_slice(&self) -> &[u8]
[src]
pub fn descriptor(&self) -> &BuiltDisplayListDescriptor
[src]
pub fn times(&self) -> (u64, u64, u64)
[src]
pub fn total_clip_nodes(&self) -> usize
[src]
pub fn total_spatial_nodes(&self) -> usize
[src]
pub fn iter(&self) -> BuiltDisplayListIter
[src]
pub fn extra_data_iter(&self) -> BuiltDisplayListIter
[src]
pub fn iter_with_cache<'a>(
&'a self,
cache: &'a DisplayItemCache
) -> BuiltDisplayListIter<'a>
[src]
&'a self,
cache: &'a DisplayItemCache
) -> BuiltDisplayListIter<'a>
pub fn cache_size(&self) -> usize
[src]
Trait Implementations
impl Clone for BuiltDisplayList
[src]
fn clone(&self) -> BuiltDisplayList
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for BuiltDisplayList
[src]
fn default() -> BuiltDisplayList
[src]
Auto Trait Implementations
impl RefUnwindSafe for BuiltDisplayList
impl Send for BuiltDisplayList
impl Sync for BuiltDisplayList
impl Unpin for BuiltDisplayList
impl UnwindSafe for BuiltDisplayList
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> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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>,