pub struct IlocExtent<'data> {
pub data: &'data [u8],
}
Fields§
§data: &'data [u8]
offset and len will be calculated when writing
Trait Implementations§
Source§impl<'data> Clone for IlocExtent<'data>
impl<'data> Clone for IlocExtent<'data>
Source§fn clone(&self) -> IlocExtent<'data>
fn clone(&self) -> IlocExtent<'data>
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<'data> Debug for IlocExtent<'data>
impl<'data> Debug for IlocExtent<'data>
impl<'data> Copy for IlocExtent<'data>
Auto Trait Implementations§
impl<'data> Freeze for IlocExtent<'data>
impl<'data> RefUnwindSafe for IlocExtent<'data>
impl<'data> Send for IlocExtent<'data>
impl<'data> Sync for IlocExtent<'data>
impl<'data> Unpin for IlocExtent<'data>
impl<'data> UnwindSafe for IlocExtent<'data>
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