[][src]Struct gba_types::ObjAttr2

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

Implementations

impl ObjAttr2[src]

#[must_use]pub fn base_tile_id(self) -> u16[src]

#[must_use]pub fn priority(self) -> u16[src]

#[must_use]pub fn palbank(self) -> u16[src]

pub fn set_base_tile_id(&mut self, base_tile_id: u16)[src]

pub fn set_priority(&mut self, priority: u16)[src]

pub fn set_palbank(&mut self, palbank: u16)[src]

Trait Implementations

impl Clone for ObjAttr2[src]

impl Copy for ObjAttr2[src]

impl Debug for ObjAttr2[src]

impl Default for ObjAttr2[src]

impl Eq for ObjAttr2[src]

impl Hash for ObjAttr2[src]

impl Ord for ObjAttr2[src]

impl PartialEq<ObjAttr2> for ObjAttr2[src]

impl PartialOrd<ObjAttr2> for ObjAttr2[src]

impl StructuralEq for ObjAttr2[src]

impl StructuralPartialEq for ObjAttr2[src]

Auto Trait Implementations

impl Send for ObjAttr2

impl Sync for ObjAttr2

impl Unpin for ObjAttr2

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.