pub struct MediaId(pub u64);Expand description
Stable content-addressed media key for renderer-local reuse.
This compact key is not a collision-free content guarantee.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
impl Copy for MediaId
impl Eq for MediaId
impl StructuralPartialEq for MediaId
Auto Trait Implementations§
impl Freeze for MediaId
impl RefUnwindSafe for MediaId
impl Send for MediaId
impl Sync for MediaId
impl Unpin for MediaId
impl UnsafeUnpin for MediaId
impl UnwindSafe for MediaId
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