Struct makepad_live_compiler::live_ptr::LiveFileId
source · pub struct LiveFileId(pub u16);
Tuple Fields§
§0: u16
Implementations§
source§impl LiveFileId
impl LiveFileId
Trait Implementations§
source§impl Clone for LiveFileId
impl Clone for LiveFileId
source§fn clone(&self) -> LiveFileId
fn clone(&self) -> LiveFileId
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 LiveFileId
impl Debug for LiveFileId
source§impl Default for LiveFileId
impl Default for LiveFileId
source§fn default() -> LiveFileId
fn default() -> LiveFileId
Returns the “default value” for a type. Read more
source§impl Hash for LiveFileId
impl Hash for LiveFileId
source§impl Ord for LiveFileId
impl Ord for LiveFileId
source§fn cmp(&self, other: &LiveFileId) -> Ordering
fn cmp(&self, other: &LiveFileId) -> 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<LiveFileId> for LiveFileId
impl PartialEq<LiveFileId> for LiveFileId
source§fn eq(&self, other: &LiveFileId) -> bool
fn eq(&self, other: &LiveFileId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LiveFileId> for LiveFileId
impl PartialOrd<LiveFileId> for LiveFileId
source§fn partial_cmp(&self, other: &LiveFileId) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveFileId) -> 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 LiveFileId
impl Eq for LiveFileId
impl StructuralEq for LiveFileId
impl StructuralPartialEq for LiveFileId
Auto Trait Implementations§
impl RefUnwindSafe for LiveFileId
impl Send for LiveFileId
impl Sync for LiveFileId
impl Unpin for LiveFileId
impl UnwindSafe for LiveFileId
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