pub struct SegmentBinding {
pub event_id: Key,
pub clip_object: ObjectId,
}Fields§
§event_id: Key§clip_object: ObjectIdTrait Implementations§
Source§impl Clone for SegmentBinding
impl Clone for SegmentBinding
Source§fn clone(&self) -> SegmentBinding
fn clone(&self) -> SegmentBinding
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 SegmentBinding
impl Debug for SegmentBinding
impl Eq for SegmentBinding
Source§impl PartialEq for SegmentBinding
impl PartialEq for SegmentBinding
impl StructuralPartialEq for SegmentBinding
Auto Trait Implementations§
impl Freeze for SegmentBinding
impl RefUnwindSafe for SegmentBinding
impl Send for SegmentBinding
impl Sync for SegmentBinding
impl Unpin for SegmentBinding
impl UnsafeUnpin for SegmentBinding
impl UnwindSafe for SegmentBinding
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