Struct freya_components::CanvasProps
source · pub struct CanvasProps {
pub theme: Option<CanvasThemeWith>,
pub canvas: UseCanvas,
}Expand description
Canvas component properties.
Fields§
§theme: Option<CanvasThemeWith>Theme override.
canvas: UseCanvasThe Canvas reference.
Implementations§
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 ==.source§impl Properties for CanvasProps
impl Properties for CanvasProps
impl StructuralPartialEq for CanvasProps
Auto Trait Implementations§
impl !RefUnwindSafe for CanvasProps
impl Send for CanvasProps
impl Sync for CanvasProps
impl Unpin for CanvasProps
impl !UnwindSafe for CanvasProps
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