pub struct CanvasFingerPrint {
pub winding: bool,
pub geometry_hash: u64,
pub text_hash: u64,
}
Fields§
§winding: bool
§geometry_hash: u64
§text_hash: u64
Implementations§
Trait Implementations§
Source§impl Clone for CanvasFingerPrint
impl Clone for CanvasFingerPrint
Source§fn clone(&self) -> CanvasFingerPrint
fn clone(&self) -> CanvasFingerPrint
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 CanvasFingerPrint
impl Debug for CanvasFingerPrint
Source§impl Default for CanvasFingerPrint
impl Default for CanvasFingerPrint
Source§fn default() -> CanvasFingerPrint
fn default() -> CanvasFingerPrint
Returns the “default value” for a type. Read more
Source§impl PartialEq for CanvasFingerPrint
impl PartialEq for CanvasFingerPrint
impl Copy for CanvasFingerPrint
impl StructuralPartialEq for CanvasFingerPrint
Auto Trait Implementations§
impl Freeze for CanvasFingerPrint
impl RefUnwindSafe for CanvasFingerPrint
impl Send for CanvasFingerPrint
impl Sync for CanvasFingerPrint
impl Unpin for CanvasFingerPrint
impl UnwindSafe for CanvasFingerPrint
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