pub struct PolystarShape {
pub nm: Option<String>,
pub p: PositionProperty,
pub or: Property<f32>,
pub os: Property<f32>,
pub r: Property<f32>,
pub pt: Property<f32>,
pub sy: u8,
pub ir: Option<Property<f32>>,
pub is: Option<Property<f32>>,
}Fields§
§nm: Option<String>§p: PositionProperty§or: Property<f32>§os: Property<f32>§r: Property<f32>§pt: Property<f32>§sy: u8§ir: Option<Property<f32>>§is: Option<Property<f32>>Trait Implementations§
Source§impl Clone for PolystarShape
impl Clone for PolystarShape
Source§fn clone(&self) -> PolystarShape
fn clone(&self) -> PolystarShape
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 PolystarShape
impl Debug for PolystarShape
Source§impl<'de> Deserialize<'de> for PolystarShape
impl<'de> Deserialize<'de> for PolystarShape
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
Auto Trait Implementations§
impl Freeze for PolystarShape
impl RefUnwindSafe for PolystarShape
impl Send for PolystarShape
impl Sync for PolystarShape
impl Unpin for PolystarShape
impl UnwindSafe for PolystarShape
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