pub struct DetectionId(/* private fields */);Expand description
Unique identifier for a single detection within a frame.
Backed by a u64. Detection IDs are unique within a single frame’s
DetectionSet.
Implementations§
Trait Implementations§
Source§impl Clone for DetectionId
impl Clone for DetectionId
Source§fn clone(&self) -> DetectionId
fn clone(&self) -> DetectionId
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 DetectionId
impl Debug for DetectionId
Source§impl Display for DetectionId
impl Display for DetectionId
Source§impl Hash for DetectionId
impl Hash for DetectionId
Source§impl PartialEq for DetectionId
impl PartialEq for DetectionId
impl Copy for DetectionId
impl Eq for DetectionId
impl StructuralPartialEq for DetectionId
Auto Trait Implementations§
impl Freeze for DetectionId
impl RefUnwindSafe for DetectionId
impl Send for DetectionId
impl Sync for DetectionId
impl Unpin for DetectionId
impl UnsafeUnpin for DetectionId
impl UnwindSafe for DetectionId
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