pub struct TrimShape {
pub nm: Option<String>,
pub s: Property<f32>,
pub e: Property<f32>,
pub o: Property<f32>,
pub m: u8,
}Fields§
§nm: Option<String>§s: Property<f32>§e: Property<f32>§o: Property<f32>§m: u8Trait Implementations§
Source§impl<'de> Deserialize<'de> for TrimShape
impl<'de> Deserialize<'de> for TrimShape
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 TrimShape
impl RefUnwindSafe for TrimShape
impl Send for TrimShape
impl Sync for TrimShape
impl Unpin for TrimShape
impl UnwindSafe for TrimShape
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