Struct neko::prelude::Position [] [src]

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

Methods

impl Position
[src]

Trait Implementations

impl Clone for Position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Position
[src]

impl Eq for Position
[src]

impl PartialEq for Position
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Position
[src]

Formats the value using the given formatter.

impl From<Cardinal> for Position
[src]

Performs the conversion.

impl From<[c_ushort; 2]> for Position
[src]

Performs the conversion.

impl Default for Position
[src]

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