pub struct ScreenFingerPrint { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ScreenFingerPrint
impl Clone for ScreenFingerPrint
Source§fn clone(&self) -> ScreenFingerPrint
fn clone(&self) -> ScreenFingerPrint
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 ScreenFingerPrint
impl Debug for ScreenFingerPrint
Source§impl Default for ScreenFingerPrint
impl Default for ScreenFingerPrint
Source§fn default() -> ScreenFingerPrint
fn default() -> ScreenFingerPrint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScreenFingerPrint
impl RefUnwindSafe for ScreenFingerPrint
impl Send for ScreenFingerPrint
impl Sync for ScreenFingerPrint
impl Unpin for ScreenFingerPrint
impl UnwindSafe for ScreenFingerPrint
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