#[repr(C)]pub struct vrttxt_row {
pub line_no: c_int,
pub offset: off_t,
pub len: c_int,
pub num_fields: c_int,
}Expand description
Container for Virtual Text record (line) offsets
Fields§
§line_no: c_intLine Number
offset: off_tstart offset
len: c_intrecord (line) length (in bytes)
num_fields: c_intnumber of fields into this record
Trait Implementations§
Source§impl Clone for vrttxt_row
impl Clone for vrttxt_row
Source§fn clone(&self) -> vrttxt_row
fn clone(&self) -> vrttxt_row
Returns a copy 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 vrttxt_row
impl Debug for vrttxt_row
impl Copy for vrttxt_row
Auto Trait Implementations§
impl Freeze for vrttxt_row
impl RefUnwindSafe for vrttxt_row
impl Send for vrttxt_row
impl Sync for vrttxt_row
impl Unpin for vrttxt_row
impl UnwindSafe for vrttxt_row
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