Struct makepad_live_compiler::live_ptr::LiveModuleId
source · pub struct LiveModuleId(pub LiveId, pub LiveId);
Tuple Fields§
§0: LiveId
§1: LiveId
Implementations§
Trait Implementations§
source§impl Clone for LiveModuleId
impl Clone for LiveModuleId
source§fn clone(&self) -> LiveModuleId
fn clone(&self) -> LiveModuleId
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 moresource§impl Debug for LiveModuleId
impl Debug for LiveModuleId
source§impl Default for LiveModuleId
impl Default for LiveModuleId
source§fn default() -> LiveModuleId
fn default() -> LiveModuleId
Returns the “default value” for a type. Read more
source§impl Display for LiveModuleId
impl Display for LiveModuleId
source§impl Hash for LiveModuleId
impl Hash for LiveModuleId
source§impl Ord for LiveModuleId
impl Ord for LiveModuleId
source§fn cmp(&self, other: &LiveModuleId) -> Ordering
fn cmp(&self, other: &LiveModuleId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<LiveModuleId> for LiveModuleId
impl PartialEq<LiveModuleId> for LiveModuleId
source§fn eq(&self, other: &LiveModuleId) -> bool
fn eq(&self, other: &LiveModuleId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LiveModuleId> for LiveModuleId
impl PartialOrd<LiveModuleId> for LiveModuleId
source§fn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LiveModuleId
impl Eq for LiveModuleId
impl StructuralEq for LiveModuleId
impl StructuralPartialEq for LiveModuleId
Auto Trait Implementations§
impl RefUnwindSafe for LiveModuleId
impl Send for LiveModuleId
impl Sync for LiveModuleId
impl Unpin for LiveModuleId
impl UnwindSafe for LiveModuleId
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