Struct makepad_live_compiler::live_ptr::LiveModuleId
source · [−]Tuple Fields
0: LiveId
1: LiveId
Implementations
Trait Implementations
sourceimpl Clone for LiveModuleId
impl Clone for LiveModuleId
sourcefn clone(&self) -> LiveModuleId
fn clone(&self) -> LiveModuleId
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LiveModuleId
impl Debug for LiveModuleId
sourceimpl Default for LiveModuleId
impl Default for LiveModuleId
sourcefn default() -> LiveModuleId
fn default() -> LiveModuleId
Returns the “default value” for a type. Read more
sourceimpl Display for LiveModuleId
impl Display for LiveModuleId
sourceimpl Hash for LiveModuleId
impl Hash for LiveModuleId
sourceimpl Ord for LiveModuleId
impl Ord for LiveModuleId
sourcefn cmp(&self, other: &LiveModuleId) -> Ordering
fn cmp(&self, other: &LiveModuleId) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<LiveModuleId> for LiveModuleId
impl PartialEq<LiveModuleId> for LiveModuleId
sourcefn eq(&self, other: &LiveModuleId) -> bool
fn eq(&self, other: &LiveModuleId) -> bool
sourceimpl PartialOrd<LiveModuleId> for LiveModuleId
impl PartialOrd<LiveModuleId> for LiveModuleId
sourcefn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveModuleId) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more