pub struct DataSectionWithData {
pub base: DataSection,
pub data_offset: usize,
pub data_len: usize,
}
Fields§
§base: DataSection
§data_offset: usize
§data_len: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataSectionWithData
impl RefUnwindSafe for DataSectionWithData
impl Send for DataSectionWithData
impl Sync for DataSectionWithData
impl Unpin for DataSectionWithData
impl UnwindSafe for DataSectionWithData
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