pub struct OamEntry {
pub y: u8,
pub x: u8,
pub tile_id: u8,
pub attributes: u8,
}Fields§
§y: u8§x: u8§tile_id: u8§attributes: u8Trait Implementations§
impl Copy for OamEntry
impl Eq for OamEntry
impl StructuralPartialEq for OamEntry
Auto Trait Implementations§
impl Freeze for OamEntry
impl RefUnwindSafe for OamEntry
impl Send for OamEntry
impl Sync for OamEntry
impl Unpin for OamEntry
impl UnsafeUnpin for OamEntry
impl UnwindSafe for OamEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more