pub struct XfEntry {
pub num_fmt_id: u32,
pub font_id: u32,
pub fill_id: u32,
pub border_id: u32,
}Expand description
A parsed <xf> entry from <cellXfs>. A cell’s s attribute points into
this table; each entry’s num_fmt_id then resolves via built-in table
or custom numFmts to a format-code string.
Fields§
§num_fmt_id: u32§font_id: u32§fill_id: u32§border_id: u32Trait Implementations§
impl Eq for XfEntry
impl StructuralPartialEq for XfEntry
Auto Trait Implementations§
impl Freeze for XfEntry
impl RefUnwindSafe for XfEntry
impl Send for XfEntry
impl Sync for XfEntry
impl Unpin for XfEntry
impl UnsafeUnpin for XfEntry
impl UnwindSafe for XfEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.