pub struct SectionLayout {
pub id: SectionId,
pub range: ByteRange,
}Fields§
§id: SectionId§range: ByteRangeTrait Implementations§
Source§impl Clone for SectionLayout
impl Clone for SectionLayout
Source§fn clone(&self) -> SectionLayout
fn clone(&self) -> SectionLayout
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 moreSource§impl Debug for SectionLayout
impl Debug for SectionLayout
Source§impl PartialEq for SectionLayout
impl PartialEq for SectionLayout
impl Copy for SectionLayout
impl Eq for SectionLayout
impl StructuralPartialEq for SectionLayout
Auto Trait Implementations§
impl Freeze for SectionLayout
impl RefUnwindSafe for SectionLayout
impl Send for SectionLayout
impl Sync for SectionLayout
impl Unpin for SectionLayout
impl UnsafeUnpin for SectionLayout
impl UnwindSafe for SectionLayout
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