#[repr(C)]pub struct Segment<T, V>{
pub s: V,
pub e: V,
/* private fields */
}
Expand description
Segment
Fields§
§s: V
§e: V
Implementations§
Source§impl<T, V> Segment<T, V>where
T: FloatScalar,
V: FloatVector<T>,
impl<T, V> Segment<T, V>where
T: FloatScalar,
V: FloatVector<T>,
Trait Implementations§
impl<T, V> Copy for Segment<T, V>
Auto Trait Implementations§
impl<T, V> Freeze for Segment<T, V>where
V: Freeze,
impl<T, V> RefUnwindSafe for Segment<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for Segment<T, V>
impl<T, V> Sync for Segment<T, V>
impl<T, V> Unpin for Segment<T, V>
impl<T, V> UnwindSafe for Segment<T, V>where
V: UnwindSafe,
T: UnwindSafe,
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