pub struct ExcelRow {
pub row_id: u32,
pub kind: ExcelRowKind,
}
Expand description
Represents an entry in the EXD.
Fields§
§row_id: u32
The row ID associated with this entry.
kind: ExcelRowKind
The kind of entry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExcelRow
impl RefUnwindSafe for ExcelRow
impl Send for ExcelRow
impl Sync for ExcelRow
impl Unpin for ExcelRow
impl UnwindSafe for ExcelRow
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