pub struct MinEvent<C: GroupType, T: PositionType> {
pub chr: C,
pub pos: T,
pub idx: u32,
}Fields§
§chr: C§pos: T§idx: u32Trait Implementations§
Auto Trait Implementations§
impl<C, T> Freeze for MinEvent<C, T>
impl<C, T> RefUnwindSafe for MinEvent<C, T>where
C: RefUnwindSafe,
T: RefUnwindSafe,
impl<C, T> Send for MinEvent<C, T>
impl<C, T> Sync for MinEvent<C, T>
impl<C, T> Unpin for MinEvent<C, T>
impl<C, T> UnwindSafe for MinEvent<C, T>where
C: 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