Struct freya::prelude::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 ==.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§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer