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