pub struct LoopPoint {
pub start: f32,
pub end: f32,
}Fields§
§start: f32§end: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopPoint
impl RefUnwindSafe for LoopPoint
impl Send for LoopPoint
impl Sync for LoopPoint
impl Unpin for LoopPoint
impl UnsafeUnpin for LoopPoint
impl UnwindSafe for LoopPoint
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