pub struct ReelId {
pub name: String,
pub sequence: Option<u32>,
}Expand description
Reel identifier associated with a timecode.
Fields§
§name: StringReel name or number
sequence: Option<u32>Optional sequence index within the reel
Implementations§
Trait Implementations§
impl Eq for ReelId
impl StructuralPartialEq for ReelId
Auto Trait Implementations§
impl Freeze for ReelId
impl RefUnwindSafe for ReelId
impl Send for ReelId
impl Sync for ReelId
impl Unpin for ReelId
impl UnsafeUnpin for ReelId
impl UnwindSafe for ReelId
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