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