pub struct LazyDataWithOffset {
pub type_name: String,
pub original_buffer: Arc<[u8]>,
pub start_offset: usize,
pub end_offset: usize,
pub keystore: Option<Arc<KeyStore>>,
pub encrypted: bool,
}Fields§
§type_name: String§original_buffer: Arc<[u8]>§start_offset: usize§end_offset: usize§keystore: Option<Arc<KeyStore>>§encrypted: boolTrait Implementations§
Source§impl Clone for LazyDataWithOffset
impl Clone for LazyDataWithOffset
Source§fn clone(&self) -> LazyDataWithOffset
fn clone(&self) -> LazyDataWithOffset
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 moreAuto Trait Implementations§
impl Freeze for LazyDataWithOffset
impl !RefUnwindSafe for LazyDataWithOffset
impl Send for LazyDataWithOffset
impl Sync for LazyDataWithOffset
impl Unpin for LazyDataWithOffset
impl UnsafeUnpin for LazyDataWithOffset
impl !UnwindSafe for LazyDataWithOffset
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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