[][src]Struct gba_types::WindowContentSetting

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

Implementations

impl WindowContentSetting[src]

#[must_use]pub fn display_bg0(self) -> bool[src]

#[must_use]pub fn display_bg1(self) -> bool[src]

#[must_use]pub fn display_bg2(self) -> bool[src]

#[must_use]pub fn display_bg3(self) -> bool[src]

#[must_use]pub fn display_obj(self) -> bool[src]

#[must_use]pub fn display_special_effect(self) -> bool[src]

pub fn set_display_bg0(&mut self, display_bg0: bool)[src]

pub fn set_display_bg1(&mut self, display_bg1: bool)[src]

pub fn set_display_bg2(&mut self, display_bg2: bool)[src]

pub fn set_display_bg3(&mut self, display_bg3: bool)[src]

pub fn set_display_obj(&mut self, display_obj: bool)[src]

pub fn set_display_special_effect(&mut self, display_special_effect: bool)[src]

Trait Implementations

impl Clone for WindowContentSetting[src]

impl Copy for WindowContentSetting[src]

impl Debug for WindowContentSetting[src]

impl Default for WindowContentSetting[src]

impl Eq for WindowContentSetting[src]

impl Hash for WindowContentSetting[src]

impl Ord for WindowContentSetting[src]

impl PartialEq<WindowContentSetting> for WindowContentSetting[src]

impl PartialOrd<WindowContentSetting> for WindowContentSetting[src]

impl StructuralEq for WindowContentSetting[src]

impl StructuralPartialEq for WindowContentSetting[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.