pub struct RouteModeStats {
pub src_side_id: Option<usize>,
pub selection_mode: Option<RouteSelectionMode>,
pub cursor: u64,
}Fields§
§src_side_id: Option<usize>§selection_mode: Option<RouteSelectionMode>§cursor: u64Trait Implementations§
Source§impl Clone for RouteModeStats
impl Clone for RouteModeStats
Source§fn clone(&self) -> RouteModeStats
fn clone(&self) -> RouteModeStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RouteModeStats
impl Debug for RouteModeStats
impl Eq for RouteModeStats
Source§impl PartialEq for RouteModeStats
impl PartialEq for RouteModeStats
Source§fn eq(&self, other: &RouteModeStats) -> bool
fn eq(&self, other: &RouteModeStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RouteModeStats
Auto Trait Implementations§
impl Freeze for RouteModeStats
impl RefUnwindSafe for RouteModeStats
impl Send for RouteModeStats
impl Sync for RouteModeStats
impl Unpin for RouteModeStats
impl UnsafeUnpin for RouteModeStats
impl UnwindSafe for RouteModeStats
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