pub struct HeapLiveIdPath {
pub data: SmallVec<[LiveId; 16]>,
}
Fields§
§data: SmallVec<[LiveId; 16]>
Implementations§
Trait Implementations§
Source§impl Clone for HeapLiveIdPath
impl Clone for HeapLiveIdPath
Source§fn clone(&self) -> HeapLiveIdPath
fn clone(&self) -> HeapLiveIdPath
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 HeapLiveIdPath
impl Debug for HeapLiveIdPath
Source§impl Default for HeapLiveIdPath
impl Default for HeapLiveIdPath
Source§fn default() -> HeapLiveIdPath
fn default() -> HeapLiveIdPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeapLiveIdPath
impl RefUnwindSafe for HeapLiveIdPath
impl Send for HeapLiveIdPath
impl Sync for HeapLiveIdPath
impl Unpin for HeapLiveIdPath
impl UnwindSafe for HeapLiveIdPath
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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