[][src]Struct gba_types::MosaicSetting

#[repr(transparent)]pub struct MosaicSetting(_);

Implementations

impl MosaicSetting[src]

#[must_use]pub fn horizontal_size(self) -> u8[src]

#[must_use]pub fn vertical_size(self) -> u8[src]

pub fn set_horizontal_size(&mut self, horizontal_size: u8)[src]

pub fn set_vertical_size(&mut self, vertical_size: u8)[src]

Trait Implementations

impl Clone for MosaicSetting[src]

impl Copy for MosaicSetting[src]

impl Debug for MosaicSetting[src]

impl Default for MosaicSetting[src]

impl Eq for MosaicSetting[src]

impl Hash for MosaicSetting[src]

impl Ord for MosaicSetting[src]

impl PartialEq<MosaicSetting> for MosaicSetting[src]

impl PartialOrd<MosaicSetting> for MosaicSetting[src]

impl StructuralEq for MosaicSetting[src]

impl StructuralPartialEq for MosaicSetting[src]

Auto Trait Implementations

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, 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.