pub struct TextStyleData {
pub p: Option<Property<Vec3DefaultZero>>,
pub s: Option<Property<Vec3Scale>>,
pub o: Option<Property<f32>>,
pub r: Option<Property<f32>>,
pub t: Option<Property<f32>>,
pub fc: Option<Property<Vec4>>,
pub sc: Option<Property<Vec4>>,
}Fields§
§p: Option<Property<Vec3DefaultZero>>§s: Option<Property<Vec3Scale>>§o: Option<Property<f32>>§r: Option<Property<f32>>§t: Option<Property<f32>>§fc: Option<Property<Vec4>>§sc: Option<Property<Vec4>>Trait Implementations§
Source§impl Clone for TextStyleData
impl Clone for TextStyleData
Source§fn clone(&self) -> TextStyleData
fn clone(&self) -> TextStyleData
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 TextStyleData
impl Debug for TextStyleData
Source§impl Default for TextStyleData
impl Default for TextStyleData
Source§fn default() -> TextStyleData
fn default() -> TextStyleData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextStyleData
impl<'de> Deserialize<'de> for TextStyleData
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 TextStyleData
impl RefUnwindSafe for TextStyleData
impl Send for TextStyleData
impl Sync for TextStyleData
impl Unpin for TextStyleData
impl UnwindSafe for TextStyleData
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