pub struct RepeaterShape {
pub nm: Option<String>,
pub c: Property<f32>,
pub o: Property<f32>,
pub m: u8,
pub tr: RepeaterTransform,
}Fields§
§nm: Option<String>§c: Property<f32>§o: Property<f32>§m: u8§tr: RepeaterTransformTrait Implementations§
Source§impl Clone for RepeaterShape
impl Clone for RepeaterShape
Source§fn clone(&self) -> RepeaterShape
fn clone(&self) -> RepeaterShape
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 RepeaterShape
impl Debug for RepeaterShape
Source§impl<'de> Deserialize<'de> for RepeaterShape
impl<'de> Deserialize<'de> for RepeaterShape
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 RepeaterShape
impl RefUnwindSafe for RepeaterShape
impl Send for RepeaterShape
impl Sync for RepeaterShape
impl Unpin for RepeaterShape
impl UnwindSafe for RepeaterShape
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