pub struct FileLayout {
pub file_len: usize,
pub sections: Vec<SectionLayout>,
}Fields§
§file_len: usize§sections: Vec<SectionLayout>Implementations§
Trait Implementations§
Source§impl Clone for FileLayout
impl Clone for FileLayout
Source§fn clone(&self) -> FileLayout
fn clone(&self) -> FileLayout
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 FileLayout
impl RefUnwindSafe for FileLayout
impl Send for FileLayout
impl Sync for FileLayout
impl Unpin for FileLayout
impl UnsafeUnpin for FileLayout
impl UnwindSafe for FileLayout
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