pub struct FixEdge {
pub e0: FixVec,
pub e1: FixVec,
}Fields§
§e0: FixVec§e1: FixVecImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FixEdge
impl Send for FixEdge
impl Sync for FixEdge
impl Unpin for FixEdge
impl UnwindSafe for FixEdge
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