Struct grib::SubMessageSection
source · pub struct SubMessageSection<'a> {
pub index: usize,
pub body: &'a SectionInfo,
}
Fields§
§index: usize
§body: &'a SectionInfo
Implementations§
source§impl<'a> SubMessageSection<'a>
impl<'a> SubMessageSection<'a>
pub fn new(index: usize, body: &'a SectionInfo) -> Self
pub fn template_code(&self) -> Option<TemplateInfo>
pub fn describe(&self) -> Option<String>
Auto Trait Implementations§
impl<'a> Freeze for SubMessageSection<'a>
impl<'a> RefUnwindSafe for SubMessageSection<'a>
impl<'a> Send for SubMessageSection<'a>
impl<'a> Sync for SubMessageSection<'a>
impl<'a> Unpin for SubMessageSection<'a>
impl<'a> UnwindSafe for SubMessageSection<'a>
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