#[repr(transparent)]pub struct EvidenceRef(pub u64);Expand description
An opaque handle to stored evidence (frame crop, reel, sidecar blob).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for EvidenceRef
impl Clone for EvidenceRef
Source§fn clone(&self) -> EvidenceRef
fn clone(&self) -> EvidenceRef
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 moreimpl Copy for EvidenceRef
Source§impl Debug for EvidenceRef
impl Debug for EvidenceRef
Source§impl Default for EvidenceRef
impl Default for EvidenceRef
Source§fn default() -> EvidenceRef
fn default() -> EvidenceRef
Returns the “default value” for a type. Read more
impl Eq for EvidenceRef
Source§impl Hash for EvidenceRef
impl Hash for EvidenceRef
Source§impl PartialEq for EvidenceRef
impl PartialEq for EvidenceRef
impl StructuralPartialEq for EvidenceRef
Auto Trait Implementations§
impl Freeze for EvidenceRef
impl RefUnwindSafe for EvidenceRef
impl Send for EvidenceRef
impl Sync for EvidenceRef
impl Unpin for EvidenceRef
impl UnsafeUnpin for EvidenceRef
impl UnwindSafe for EvidenceRef
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