Struct makepad_widgets::GeometryId
pub struct GeometryId(/* private fields */);
Trait Implementations§
§impl Clone for GeometryId
impl Clone for GeometryId
§fn clone(&self) -> GeometryId
fn clone(&self) -> GeometryId
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 GeometryId
impl Debug for GeometryId
§impl PartialEq<GeometryId> for GeometryId
impl PartialEq<GeometryId> for GeometryId
§fn eq(&self, other: &GeometryId) -> bool
fn eq(&self, other: &GeometryId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GeometryId
impl StructuralPartialEq for GeometryId
Auto Trait Implementations§
impl RefUnwindSafe for GeometryId
impl Send for GeometryId
impl Sync for GeometryId
impl Unpin for GeometryId
impl UnwindSafe for GeometryId
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