Enum object_lib::collections::pvec::SectionMarker
source · #[repr(C)]pub enum SectionMarker {
SectionBegin {
section_len: u32,
section_stride: u32,
section_offset: u32,
end_offset: u32,
},
SectionEnd {
next_section_offset: u32,
},
}Variants§
Trait Implementations§
source§impl Debug for SectionMarker
impl Debug for SectionMarker
source§impl Persistable for SectionMarker
impl Persistable for SectionMarker
Auto Trait Implementations§
impl RefUnwindSafe for SectionMarker
impl Send for SectionMarker
impl Sync for SectionMarker
impl Unpin for SectionMarker
impl UnwindSafe for SectionMarker
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