pub struct LayerProps {
pub in_frame: Frame,
pub out_frame: Frame,
pub time_stretch: f64,
pub blend: BlendMode,
}Fields§
§in_frame: Frame§out_frame: Frame§time_stretch: f64§blend: BlendModeTrait Implementations§
Source§impl Clone for LayerProps
impl Clone for LayerProps
Source§fn clone(&self) -> LayerProps
fn clone(&self) -> LayerProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayerProps
impl Debug for LayerProps
Source§impl Default for LayerProps
impl Default for LayerProps
Source§impl<'de> Deserialize<'de> for LayerProps
impl<'de> Deserialize<'de> for LayerProps
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 LayerProps
impl RefUnwindSafe for LayerProps
impl Send for LayerProps
impl Sync for LayerProps
impl Unpin for LayerProps
impl UnsafeUnpin for LayerProps
impl UnwindSafe for LayerProps
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