#[repr(C)]pub struct DomId {
pub inner: usize,
}Expand description
A unique, runtime-generated identifier for a single Dom instance.
Fields§
§inner: usizeImplementations§
Trait Implementations§
Source§impl FromIterator<DomId> for DomIdVec
impl FromIterator<DomId> for DomIdVec
Source§impl Ord for DomId
impl Ord for DomId
1.21.0 (const: unstable) · 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 PartialOrd for DomId
impl PartialOrd for DomId
impl Copy for DomId
impl Eq for DomId
impl StructuralPartialEq for DomId
Auto Trait Implementations§
impl Freeze for DomId
impl RefUnwindSafe for DomId
impl Send for DomId
impl Sync for DomId
impl Unpin for DomId
impl UnsafeUnpin for DomId
impl UnwindSafe for DomId
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