pub struct PortTokensV1 {
pub fill: RgbaV1,
pub stroke: RgbaV1,
pub stroke_width_px: f32,
pub inner_scale: f32,
pub shape: PortShapeKindV1,
}Fields§
§fill: RgbaV1§stroke: RgbaV1§stroke_width_px: f32§inner_scale: f32§shape: PortShapeKindV1Trait Implementations§
Source§impl Clone for PortTokensV1
impl Clone for PortTokensV1
Source§fn clone(&self) -> PortTokensV1
fn clone(&self) -> PortTokensV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortTokensV1
impl Debug for PortTokensV1
Source§impl<'de> Deserialize<'de> for PortTokensV1
impl<'de> Deserialize<'de> for PortTokensV1
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
impl Copy for PortTokensV1
Auto Trait Implementations§
impl Freeze for PortTokensV1
impl RefUnwindSafe for PortTokensV1
impl Send for PortTokensV1
impl Sync for PortTokensV1
impl Unpin for PortTokensV1
impl UnsafeUnpin for PortTokensV1
impl UnwindSafe for PortTokensV1
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