pub struct Interactive {
pub audio: Option<Audio>,
pub target_transform: Option<Transform>,
}
Expand description
drag & drop sticker w/ metadata
Fields§
§audio: Option<Audio>
audio
target_transform: Option<Transform>
target transform
Trait Implementations§
Source§impl Clone for Interactive
impl Clone for Interactive
Source§fn clone(&self) -> Interactive
fn clone(&self) -> Interactive
Returns a copy 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 Interactive
impl Debug for Interactive
Source§impl Default for Interactive
impl Default for Interactive
Source§fn default() -> Interactive
fn default() -> Interactive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Interactive
impl<'de> Deserialize<'de> for Interactive
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 Interactive
impl RefUnwindSafe for Interactive
impl Send for Interactive
impl Sync for Interactive
impl Unpin for Interactive
impl UnwindSafe for Interactive
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