[][src]Struct libslang_sys::slang::SLscroll_Window_Type

#[repr(C)]pub struct SLscroll_Window_Type {
    pub flags: c_uint,
    pub top_window_line: *mut SLscroll_Type,
    pub bot_window_line: *mut SLscroll_Type,
    pub current_line: *mut SLscroll_Type,
    pub lines: *mut SLscroll_Type,
    pub nrows: c_uint,
    pub hidden_mask: c_uint,
    pub line_num: c_uint,
    pub num_lines: c_uint,
    pub window_row: c_uint,
    pub border: c_uint,
    pub cannot_scroll: c_int,
}

Fields

flags: c_uinttop_window_line: *mut SLscroll_Typebot_window_line: *mut SLscroll_Typecurrent_line: *mut SLscroll_Typelines: *mut SLscroll_Typenrows: c_uinthidden_mask: c_uintline_num: c_uintnum_lines: c_uintwindow_row: c_uintborder: c_uintcannot_scroll: c_int

Trait Implementations

impl Clone for SLscroll_Window_Type[src]

impl Copy for SLscroll_Window_Type[src]

impl Debug for SLscroll_Window_Type[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.