[][src]Struct liriodendron::log::tools::texturessettings::generationnumber::GenerationNumber

pub struct GenerationNumber {
    cursor: Cursor,
}

Represents a customizable number of generated textures

Fields

cursor: Cursor

Methods

impl GenerationNumber[src]

pub fn new() -> GenerationNumber[src]

pub fn get_value(&self) -> String[src]

Methods from Deref<Target = Cursor>

pub fn get_pos(&self) -> usize[src]

pub fn cursor_is_blinking(&self) -> bool[src]

pub fn reset_cursor(&mut self)[src]

pub fn cursor_left(&mut self)[src]

pub fn cursor_right(&mut self)[src]

Trait Implementations

impl Deref for GenerationNumber[src]

Tips to use shared functions between Setter sub-structs

type Target = Cursor

The resulting type after dereferencing.

impl DerefMut for GenerationNumber[src]

Tips to use shared functions between Setter sub-structs

impl Setter for GenerationNumber[src]

fn set_value(&mut self, number: char)[src]

Checks value and set it

Auto Trait Implementations

impl RefUnwindSafe for GenerationNumber

impl Send for GenerationNumber

impl Sync for GenerationNumber

impl Unpin for GenerationNumber

impl UnwindSafe for GenerationNumber

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> SetParameter for T

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,