#[repr(C)]pub struct nk_list_view {
pub begin: c_int,
pub end: c_int,
pub count: c_int,
pub total_height: c_int,
pub ctx: *mut nk_context,
pub scroll_pointer: *mut nk_uint,
pub scroll_value: nk_uint,
}Fields§
§begin: c_int§end: c_int§count: c_int§total_height: c_int§ctx: *mut nk_context§scroll_pointer: *mut nk_uint§scroll_value: nk_uintTrait Implementations§
Source§impl Clone for nk_list_view
impl Clone for nk_list_view
Source§fn clone(&self) -> nk_list_view
fn clone(&self) -> nk_list_view
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 nk_list_view
impl Debug for nk_list_view
Source§impl Default for nk_list_view
impl Default for nk_list_view
impl Copy for nk_list_view
Auto Trait Implementations§
impl Freeze for nk_list_view
impl RefUnwindSafe for nk_list_view
impl !Send for nk_list_view
impl !Sync for nk_list_view
impl Unpin for nk_list_view
impl UnwindSafe for nk_list_view
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