pub struct EventUsize {
pub chr: i64,
pub pos: i64,
pub is_start: bool,
pub first_set: bool,
pub idx: usize,
}Fields§
§chr: i64§pos: i64§is_start: bool§first_set: bool§idx: usizeTrait Implementations§
Source§impl Clone for EventUsize
impl Clone for EventUsize
Source§fn clone(&self) -> EventUsize
fn clone(&self) -> EventUsize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventUsize
impl Debug for EventUsize
Auto Trait Implementations§
impl Freeze for EventUsize
impl RefUnwindSafe for EventUsize
impl Send for EventUsize
impl Sync for EventUsize
impl Unpin for EventUsize
impl UnwindSafe for EventUsize
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