pub struct FrameKey {
pub traj_id: TrajId,
pub frame_idx: FrameIdx,
}Fields§
§traj_id: TrajId§frame_idx: FrameIdxImplementations§
Trait Implementations§
impl Copy for FrameKey
impl Eq for FrameKey
Source§impl Ord for FrameKey
impl Ord for FrameKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FrameKey
impl PartialOrd for FrameKey
impl StructuralPartialEq for FrameKey
Auto Trait Implementations§
impl Freeze for FrameKey
impl RefUnwindSafe for FrameKey
impl Send for FrameKey
impl Sync for FrameKey
impl Unpin for FrameKey
impl UnsafeUnpin for FrameKey
impl UnwindSafe for FrameKey
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