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