pub struct LevNavigationHeader {
pub sections_start: u32,
pub sections_count: u32,
pub sections: Vec<(String, u32)>,
}
Fields§
§sections_start: u32
§sections_count: u32
§sections: Vec<(String, u32)>
Trait Implementations§
Auto Trait Implementations§
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