Struct border_atari_env::BorderAtariAct
source · pub struct BorderAtariAct {
pub act: u8,
}Expand description
Action for BorderAtariEnv
Fields§
§act: u8Implementations§
Trait Implementations§
source§impl Act for BorderAtariAct
impl Act for BorderAtariAct
source§impl Clone for BorderAtariAct
impl Clone for BorderAtariAct
source§fn clone(&self) -> BorderAtariAct
fn clone(&self) -> BorderAtariAct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BorderAtariAct
impl Debug for BorderAtariAct
source§impl From<BorderAtariAct> for ActBatch
impl From<BorderAtariAct> for ActBatch
Auto Trait Implementations§
impl RefUnwindSafe for BorderAtariAct
impl Send for BorderAtariAct
impl Sync for BorderAtariAct
impl Unpin for BorderAtariAct
impl UnwindSafe for BorderAtariAct
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