pub struct ByteRun {
pub image_offset: u64,
pub len: u64,
pub flags: RunFlags,
}Expand description
A physical byte run in the underlying image.
Fields§
§image_offset: u64§len: u64§flags: RunFlagsTrait Implementations§
impl Copy for ByteRun
impl Eq for ByteRun
impl StructuralPartialEq for ByteRun
Auto Trait Implementations§
impl Freeze for ByteRun
impl RefUnwindSafe for ByteRun
impl Send for ByteRun
impl Sync for ByteRun
impl Unpin for ByteRun
impl UnsafeUnpin for ByteRun
impl UnwindSafe for ByteRun
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