Struct flo_http_ui::CanvasUpdate [] [src]

pub struct CanvasUpdate { /* fields omitted */ }

Data stored for a canvas update event

Methods

impl CanvasUpdate
[src]

[src]

Trait Implementations

impl Clone for CanvasUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CanvasUpdate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for CanvasUpdate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CanvasUpdate

impl Sync for CanvasUpdate