Struct freya::components::CanvasProps
source · pub struct CanvasProps { /* private fields */ }Expand description
Canvas component properties.
Implementations§
source§impl CanvasProps
impl CanvasProps
sourcepub fn builder() -> CanvasPropsBuilder<((), (), (), ())>
pub fn builder() -> CanvasPropsBuilder<((), (), (), ())>
Create a builder for building CanvasProps.
On the builder, call .width(...)(optional), .height(...)(optional), .background(...)(optional), .canvas(...) to set the values of the fields.
Finally, call .build() to create the instance of CanvasProps.
Trait Implementations§
source§impl PartialEq<CanvasProps> for CanvasProps
impl PartialEq<CanvasProps> for CanvasProps
source§fn eq(&self, other: &CanvasProps) -> bool
fn eq(&self, other: &CanvasProps) -> bool
This method tests for
self and other values to be equal, and is used
by ==.