[][src]Struct ch8_isa::data::SchData

pub struct SchData { /* fields omitted */ }

Contextual data for the SCH instruction

Methods

impl SchData[src]

pub fn new(new_vx: Register) -> SchData[src]

Constructs a new SchData instance

Argument

  • new_vx - The register to get the character sprite from

Panics

This method will panic if new_vx refers to the I register.

Returns

A new SchData instance with the given properties

Auto Trait Implementations

impl Send for SchData

impl Sync for SchData

impl Unpin for SchData

impl UnwindSafe for SchData

impl RefUnwindSafe for SchData

Blanket Implementations

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 = !

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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