pub struct WindowHitTestRegionsSignatureV1 {
pub fingerprint64: u64,
}Fields§
§fingerprint64: u64Trait Implementations§
Source§impl Clone for WindowHitTestRegionsSignatureV1
impl Clone for WindowHitTestRegionsSignatureV1
Source§fn clone(&self) -> WindowHitTestRegionsSignatureV1
fn clone(&self) -> WindowHitTestRegionsSignatureV1
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 PartialEq for WindowHitTestRegionsSignatureV1
impl PartialEq for WindowHitTestRegionsSignatureV1
Source§fn eq(&self, other: &WindowHitTestRegionsSignatureV1) -> bool
fn eq(&self, other: &WindowHitTestRegionsSignatureV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowHitTestRegionsSignatureV1
impl Eq for WindowHitTestRegionsSignatureV1
impl StructuralPartialEq for WindowHitTestRegionsSignatureV1
Auto Trait Implementations§
impl Freeze for WindowHitTestRegionsSignatureV1
impl RefUnwindSafe for WindowHitTestRegionsSignatureV1
impl Send for WindowHitTestRegionsSignatureV1
impl Sync for WindowHitTestRegionsSignatureV1
impl Unpin for WindowHitTestRegionsSignatureV1
impl UnsafeUnpin for WindowHitTestRegionsSignatureV1
impl UnwindSafe for WindowHitTestRegionsSignatureV1
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