pub struct CustomEffectPyramidRequestV1 {
pub max_levels: u8,
pub max_radius_px: Px,
}Expand description
Bounded request for a renderer-owned blur pyramid derived from src_raw (v3).
Fields§
§max_levels: u8§max_radius_px: PxTrait Implementations§
Source§impl Clone for CustomEffectPyramidRequestV1
impl Clone for CustomEffectPyramidRequestV1
Source§fn clone(&self) -> CustomEffectPyramidRequestV1
fn clone(&self) -> CustomEffectPyramidRequestV1
Returns a duplicate 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 CustomEffectPyramidRequestV1
impl Debug for CustomEffectPyramidRequestV1
Source§impl PartialEq for CustomEffectPyramidRequestV1
impl PartialEq for CustomEffectPyramidRequestV1
Source§fn eq(&self, other: &CustomEffectPyramidRequestV1) -> bool
fn eq(&self, other: &CustomEffectPyramidRequestV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CustomEffectPyramidRequestV1
impl StructuralPartialEq for CustomEffectPyramidRequestV1
Auto Trait Implementations§
impl Freeze for CustomEffectPyramidRequestV1
impl RefUnwindSafe for CustomEffectPyramidRequestV1
impl Send for CustomEffectPyramidRequestV1
impl Sync for CustomEffectPyramidRequestV1
impl Unpin for CustomEffectPyramidRequestV1
impl UnsafeUnpin for CustomEffectPyramidRequestV1
impl UnwindSafe for CustomEffectPyramidRequestV1
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