pub type ClipDataHandle = Handle<ClipIntern>;Aliased Type§
pub struct ClipDataHandle {
index: u32,
epoch: Epoch,
_marker: PhantomData<ClipIntern>,
}Fields§
§index: u32§epoch: Epoch§_marker: PhantomData<ClipIntern>pub type ClipDataHandle = Handle<ClipIntern>;pub struct ClipDataHandle {
index: u32,
epoch: Epoch,
_marker: PhantomData<ClipIntern>,
}index: u32§epoch: Epoch§_marker: PhantomData<ClipIntern>