pub struct ItemLocationExtent {
pub item_reference_index: u64,
pub offset: u64,
pub length: u64,
}Fields§
§item_reference_index: u64§offset: u64§length: u64Trait Implementations§
Source§impl Clone for ItemLocationExtent
impl Clone for ItemLocationExtent
Source§fn clone(&self) -> ItemLocationExtent
fn clone(&self) -> ItemLocationExtent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ItemLocationExtent
impl Debug for ItemLocationExtent
Source§impl PartialEq for ItemLocationExtent
impl PartialEq for ItemLocationExtent
Source§fn eq(&self, other: &ItemLocationExtent) -> bool
fn eq(&self, other: &ItemLocationExtent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ItemLocationExtent
impl StructuralPartialEq for ItemLocationExtent
Auto Trait Implementations§
impl Freeze for ItemLocationExtent
impl RefUnwindSafe for ItemLocationExtent
impl Send for ItemLocationExtent
impl Sync for ItemLocationExtent
impl Unpin for ItemLocationExtent
impl UnsafeUnpin for ItemLocationExtent
impl UnwindSafe for ItemLocationExtent
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