pub struct FieldIndex(/* private fields */);Expand description
Номер поля в массиве полей GFF файла. Каждая структура в файле состоит из набора полей, на которые ссылается по этим индексам.
Trait Implementations§
Source§impl Clone for FieldIndex
impl Clone for FieldIndex
Source§fn clone(&self) -> FieldIndex
fn clone(&self) -> FieldIndex
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 FieldIndex
impl Debug for FieldIndex
Source§impl From<u32> for FieldIndex
impl From<u32> for FieldIndex
Source§impl Index for FieldIndex
impl Index for FieldIndex
Source§impl PartialEq for FieldIndex
impl PartialEq for FieldIndex
impl Copy for FieldIndex
impl Eq for FieldIndex
impl StructuralPartialEq for FieldIndex
Auto Trait Implementations§
impl Freeze for FieldIndex
impl RefUnwindSafe for FieldIndex
impl Send for FieldIndex
impl Sync for FieldIndex
impl Unpin for FieldIndex
impl UnsafeUnpin for FieldIndex
impl UnwindSafe for FieldIndex
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.