pub struct LayerPaintedEventParams {
pub layer_id: LayerId,
pub clip: Rect,
}Fields§
§layer_id: LayerId§clip: RectTrait Implementations§
Source§impl Clone for LayerPaintedEventParams
impl Clone for LayerPaintedEventParams
Source§fn clone(&self) -> LayerPaintedEventParams
fn clone(&self) -> LayerPaintedEventParams
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 LayerPaintedEventParams
impl Debug for LayerPaintedEventParams
Source§impl<'de> Deserialize<'de> for LayerPaintedEventParams
impl<'de> Deserialize<'de> for LayerPaintedEventParams
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 LayerPaintedEventParams
impl PartialEq for LayerPaintedEventParams
Source§impl Serialize for LayerPaintedEventParams
impl Serialize for LayerPaintedEventParams
impl StructuralPartialEq for LayerPaintedEventParams
Auto Trait Implementations§
impl Freeze for LayerPaintedEventParams
impl RefUnwindSafe for LayerPaintedEventParams
impl Send for LayerPaintedEventParams
impl Sync for LayerPaintedEventParams
impl Unpin for LayerPaintedEventParams
impl UnwindSafe for LayerPaintedEventParams
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