pub struct LaneEntryProps {
pub slice: Slice,
pub slice_index: usize,
pub index: usize,
pub in_bar_pos: Units,
pub tied_units: Units,
pub duration: Duration,
}Fields§
§slice: Slice§slice_index: usize§index: usize§in_bar_pos: Units§tied_units: Units§duration: DurationTrait Implementations§
Source§impl Clone for LaneEntryProps
impl Clone for LaneEntryProps
Source§fn clone(&self) -> LaneEntryProps
fn clone(&self) -> LaneEntryProps
Returns a duplicate of the value. Read more
1.0.0 · 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 LaneEntryProps
impl Debug for LaneEntryProps
Source§impl Default for LaneEntryProps
impl Default for LaneEntryProps
Source§fn default() -> LaneEntryProps
fn default() -> LaneEntryProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LaneEntryProps
impl RefUnwindSafe for LaneEntryProps
impl Send for LaneEntryProps
impl Sync for LaneEntryProps
impl Unpin for LaneEntryProps
impl UnwindSafe for LaneEntryProps
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