pub struct CardTopology {
pub corner_radius: f32,
pub edge_wave: f32,
pub notch_depth: f32,
pub blob_strength: f32,
pub aspect_pull: f32,
pub anchor: ShapeAnchor,
}Fields§
§corner_radius: f32§edge_wave: f32§notch_depth: f32§blob_strength: f32§aspect_pull: f32§anchor: ShapeAnchorImplementations§
Source§impl CardTopology
impl CardTopology
Trait Implementations§
Source§impl Clone for CardTopology
impl Clone for CardTopology
Source§fn clone(&self) -> CardTopology
fn clone(&self) -> CardTopology
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CardTopology
Source§impl Debug for CardTopology
impl Debug for CardTopology
Source§impl<'de> Deserialize<'de> for CardTopology
impl<'de> Deserialize<'de> for CardTopology
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 CardTopology
impl PartialEq for CardTopology
Source§fn eq(&self, other: &CardTopology) -> bool
fn eq(&self, other: &CardTopology) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CardTopology
impl Serialize for CardTopology
impl StructuralPartialEq for CardTopology
Auto Trait Implementations§
impl Freeze for CardTopology
impl RefUnwindSafe for CardTopology
impl Send for CardTopology
impl Sync for CardTopology
impl Unpin for CardTopology
impl UnsafeUnpin for CardTopology
impl UnwindSafe for CardTopology
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