#[repr(C)]pub struct lxw_repeat_rows {
pub in_use: u8,
pub first_row: lxw_row_t,
pub last_row: lxw_row_t,
}Fields§
§in_use: u8§first_row: lxw_row_t§last_row: lxw_row_tTrait Implementations§
Source§impl Clone for lxw_repeat_rows
impl Clone for lxw_repeat_rows
Source§fn clone(&self) -> lxw_repeat_rows
fn clone(&self) -> lxw_repeat_rows
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lxw_repeat_rows
impl Debug for lxw_repeat_rows
impl Copy for lxw_repeat_rows
Auto Trait Implementations§
impl Freeze for lxw_repeat_rows
impl RefUnwindSafe for lxw_repeat_rows
impl Send for lxw_repeat_rows
impl Sync for lxw_repeat_rows
impl Unpin for lxw_repeat_rows
impl UnwindSafe for lxw_repeat_rows
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