#[repr(C)]pub struct IdaxLineRenderEntry {
pub line_number: c_int,
pub bg_color: u32,
pub start_column: c_int,
pub length: c_int,
pub character_range: c_int,
}Fields§
§line_number: c_int§bg_color: u32§start_column: c_int§length: c_int§character_range: c_intTrait Implementations§
Source§impl Clone for IdaxLineRenderEntry
impl Clone for IdaxLineRenderEntry
Source§fn clone(&self) -> IdaxLineRenderEntry
fn clone(&self) -> IdaxLineRenderEntry
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 IdaxLineRenderEntry
impl Debug for IdaxLineRenderEntry
Source§impl Default for IdaxLineRenderEntry
impl Default for IdaxLineRenderEntry
Source§fn default() -> IdaxLineRenderEntry
fn default() -> IdaxLineRenderEntry
Returns the “default value” for a type. Read more
impl Copy for IdaxLineRenderEntry
Auto Trait Implementations§
impl Freeze for IdaxLineRenderEntry
impl RefUnwindSafe for IdaxLineRenderEntry
impl Send for IdaxLineRenderEntry
impl Sync for IdaxLineRenderEntry
impl Unpin for IdaxLineRenderEntry
impl UnsafeUnpin for IdaxLineRenderEntry
impl UnwindSafe for IdaxLineRenderEntry
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