• 0 Posts
  • 2 Comments
Joined 10 months ago
cake
Cake day: February 6th, 2024

help-circle
  • Equality in rust is value equality per default, that’s what these traits are for. If you want to check pointer equality you’d use the std::ptr::eq function to check if two pointers are equal, which is rather rare in practice. You can also implement the PartialEq trait yourself if you need custom equality checks.


  • Never heard of LibreWolf but they say on their website that features like DRM are disabled, what does that mean if I want to view DRM content in my browser? I may be confused but currently with Firefox I already have problems with DRM sometimes. For example on Dell’s website I had difficulties viewing product videos on there, will they simply not play on LibreWolf or how does that work?