Struct pax_runtime::properties::ExpandedNodeIdentifier
source · pub struct ExpandedNodeIdentifier(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl Clone for ExpandedNodeIdentifier
impl Clone for ExpandedNodeIdentifier
source§fn clone(&self) -> ExpandedNodeIdentifier
fn clone(&self) -> ExpandedNodeIdentifier
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 ExpandedNodeIdentifier
impl Debug for ExpandedNodeIdentifier
source§impl Hash for ExpandedNodeIdentifier
impl Hash for ExpandedNodeIdentifier
source§impl Interpolatable for ExpandedNodeIdentifier
impl Interpolatable for ExpandedNodeIdentifier
fn interpolate(&self, _other: &Self, _t: f64) -> Self
source§impl Ord for ExpandedNodeIdentifier
impl Ord for ExpandedNodeIdentifier
source§fn cmp(&self, other: &ExpandedNodeIdentifier) -> Ordering
fn cmp(&self, other: &ExpandedNodeIdentifier) -> 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 for ExpandedNodeIdentifier
impl PartialEq for ExpandedNodeIdentifier
source§impl PartialOrd for ExpandedNodeIdentifier
impl PartialOrd for ExpandedNodeIdentifier
impl Copy for ExpandedNodeIdentifier
impl Eq for ExpandedNodeIdentifier
impl StructuralPartialEq for ExpandedNodeIdentifier
Auto Trait Implementations§
impl Freeze for ExpandedNodeIdentifier
impl RefUnwindSafe for ExpandedNodeIdentifier
impl Send for ExpandedNodeIdentifier
impl Sync for ExpandedNodeIdentifier
impl Unpin for ExpandedNodeIdentifier
impl UnwindSafe for ExpandedNodeIdentifier
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.