pub struct Recast {
pub points: Vec<Vec<i32>>,
}
Fields§
§points: Vec<Vec<i32>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Recast
impl RefUnwindSafe for Recast
impl Send for Recast
impl Sync for Recast
impl Unpin for Recast
impl UnwindSafe for Recast
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