pub struct FreePoint {
pub index: usize,
}Expand description
A free adjustable point.
Fields§
§index: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FreePoint
impl Send for FreePoint
impl Sync for FreePoint
impl Unpin for FreePoint
impl UnwindSafe for FreePoint
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