pub struct StructIndex(/* private fields */);Expand description
Номер структуры в файле
Trait Implementations§
Source§impl Clone for StructIndex
impl Clone for StructIndex
Source§fn clone(&self) -> StructIndex
fn clone(&self) -> StructIndex
Returns a duplicate 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 StructIndex
impl Debug for StructIndex
Source§impl From<u32> for StructIndex
impl From<u32> for StructIndex
Source§impl Index for StructIndex
impl Index for StructIndex
Source§impl PartialEq for StructIndex
impl PartialEq for StructIndex
impl Copy for StructIndex
impl Eq for StructIndex
impl StructuralPartialEq for StructIndex
Auto Trait Implementations§
impl Freeze for StructIndex
impl RefUnwindSafe for StructIndex
impl Send for StructIndex
impl Sync for StructIndex
impl Unpin for StructIndex
impl UnsafeUnpin for StructIndex
impl UnwindSafe for StructIndex
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.