pub struct ClipLoopState {
pub active: bool,
pub clip_id: Option<String>,
}Fields§
§active: bool§clip_id: Option<String>Trait Implementations§
Source§impl Clone for ClipLoopState
impl Clone for ClipLoopState
Source§fn clone(&self) -> ClipLoopState
fn clone(&self) -> ClipLoopState
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 ClipLoopState
impl Debug for ClipLoopState
Source§impl Default for ClipLoopState
impl Default for ClipLoopState
Source§impl<'de> Deserialize<'de> for ClipLoopState
impl<'de> Deserialize<'de> for ClipLoopState
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
Source§impl PartialEq for ClipLoopState
impl PartialEq for ClipLoopState
Source§impl Serialize for ClipLoopState
impl Serialize for ClipLoopState
impl StructuralPartialEq for ClipLoopState
Auto Trait Implementations§
impl Freeze for ClipLoopState
impl RefUnwindSafe for ClipLoopState
impl Send for ClipLoopState
impl Sync for ClipLoopState
impl Unpin for ClipLoopState
impl UnsafeUnpin for ClipLoopState
impl UnwindSafe for ClipLoopState
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