Struct nuklear::Cursor[][src]

#[repr(C)]
pub struct Cursor { /* fields omitted */ }

Methods

impl Cursor
[src]

Trait Implementations

impl Clone for Cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cursor
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_cursor> for Cursor
[src]

Performs the conversion.

impl AsMut<nk_cursor> for Cursor
[src]

Performs the conversion.

impl AsRef<Cursor> for nk_cursor
[src]

Performs the conversion.

impl AsMut<Cursor> for nk_cursor
[src]

Performs the conversion.

impl Default for Cursor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Cursor

impl !Sync for Cursor