Struct makepad_widgets::shader::std::GeometryFingerprint
pub struct GeometryFingerprint {
pub live_type: TypeId,
pub inputs_stored: usize,
pub inputs: [f32; 16],
}
Fields§
§live_type: TypeId
§inputs_stored: usize
§inputs: [f32; 16]
Implementations§
§impl GeometryFingerprint
impl GeometryFingerprint
pub fn new(live_type: TypeId) -> GeometryFingerprint
pub fn push(&mut self, f: f32)
Trait Implementations§
§impl Clone for GeometryFingerprint
impl Clone for GeometryFingerprint
§fn clone(&self) -> GeometryFingerprint
fn clone(&self) -> GeometryFingerprint
Returns a copy 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 more§impl Debug for GeometryFingerprint
impl Debug for GeometryFingerprint
§impl Hash for GeometryFingerprint
impl Hash for GeometryFingerprint
§impl PartialEq<GeometryFingerprint> for GeometryFingerprint
impl PartialEq<GeometryFingerprint> for GeometryFingerprint
§fn eq(&self, other: &GeometryFingerprint) -> bool
fn eq(&self, other: &GeometryFingerprint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GeometryFingerprint
Auto Trait Implementations§
impl RefUnwindSafe for GeometryFingerprint
impl Send for GeometryFingerprint
impl Sync for GeometryFingerprint
impl Unpin for GeometryFingerprint
impl UnwindSafe for GeometryFingerprint
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