Struct notation_model::lane_entry::LaneEntry
source · [−]pub struct LaneEntry {
pub lane: Weak<BarLane>,
pub model: Arc<ModelEntry>,
pub props: LaneEntryProps,
}Fields
lane: Weak<BarLane>model: Arc<ModelEntry>props: LaneEntryPropsImplementations
pub fn get_track_entry<T, F: Fn(&ModelEntry) -> Option<T>>(
&self,
predicate: &F
) -> Option<T>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LaneEntry
impl UnwindSafe for LaneEntry
Blanket Implementations
Mutably borrows from an owned value. Read more