#[repr(C)]pub struct OmDecoder_indexRead_t {
pub offset: u64,
pub count: u64,
pub indexRange: OmRange_t,
pub chunkIndex: OmRange_t,
pub nextChunk: OmRange_t,
}
Fields§
§offset: u64
§count: u64
§indexRange: OmRange_t
§chunkIndex: OmRange_t
§nextChunk: OmRange_t
Trait Implementations§
Source§impl Clone for OmDecoder_indexRead_t
impl Clone for OmDecoder_indexRead_t
Source§fn clone(&self) -> OmDecoder_indexRead_t
fn clone(&self) -> OmDecoder_indexRead_t
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 OmDecoder_indexRead_t
impl Debug for OmDecoder_indexRead_t
impl Copy for OmDecoder_indexRead_t
Auto Trait Implementations§
impl Freeze for OmDecoder_indexRead_t
impl RefUnwindSafe for OmDecoder_indexRead_t
impl Send for OmDecoder_indexRead_t
impl Sync for OmDecoder_indexRead_t
impl Unpin for OmDecoder_indexRead_t
impl UnwindSafe for OmDecoder_indexRead_t
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