pub struct DataSegmentsList {
pub offsets: Vec<u32>,
}Expand description
List of data segment offsets.
Fields§
§offsets: Vec<u32>List of segment offsets.
Implementations§
Source§impl DataSegmentsList
impl DataSegmentsList
Trait Implementations§
Source§impl Clone for DataSegmentsList
impl Clone for DataSegmentsList
Source§fn clone(&self) -> DataSegmentsList
fn clone(&self) -> DataSegmentsList
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 DataSegmentsList
impl Debug for DataSegmentsList
Auto Trait Implementations§
impl Freeze for DataSegmentsList
impl RefUnwindSafe for DataSegmentsList
impl Send for DataSegmentsList
impl Sync for DataSegmentsList
impl Unpin for DataSegmentsList
impl UnsafeUnpin for DataSegmentsList
impl UnwindSafe for DataSegmentsList
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