pub struct NthEdgeF(pub f32);
Tuple Fields§
§0: f32
Trait Implementations§
impl Copy for NthEdgeF
Auto Trait Implementations§
impl Freeze for NthEdgeF
impl RefUnwindSafe for NthEdgeF
impl Send for NthEdgeF
impl Sync for NthEdgeF
impl Unpin for NthEdgeF
impl UnwindSafe for NthEdgeF
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