pub struct EncapsulationSection { /* private fields */ }Expand description
Describes a section of the encapsulated data as listed in the Encapsulated header
Implementations§
Source§impl EncapsulationSection
impl EncapsulationSection
Sourcepub fn new(name: SectionType, start: usize) -> EncapsulationSection
pub fn new(name: SectionType, start: usize) -> EncapsulationSection
provides a constructor for method for the type
Trait Implementations§
Source§impl Debug for EncapsulationSection
impl Debug for EncapsulationSection
Source§impl Display for EncapsulationSection
impl Display for EncapsulationSection
Source§impl Hash for EncapsulationSection
impl Hash for EncapsulationSection
Source§impl PartialEq for EncapsulationSection
impl PartialEq for EncapsulationSection
impl Eq for EncapsulationSection
impl StructuralPartialEq for EncapsulationSection
Auto Trait Implementations§
impl Freeze for EncapsulationSection
impl RefUnwindSafe for EncapsulationSection
impl Send for EncapsulationSection
impl Sync for EncapsulationSection
impl Unpin for EncapsulationSection
impl UnwindSafe for EncapsulationSection
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