#[repr(C, align(8))]pub struct ALEInterface {
pub _bindgen_opaque_blob: [u64; 5],
}Expand description
This class interfaces ALE with external code for controlling agents.
Fields§
§_bindgen_opaque_blob: [u64; 5]Trait Implementations§
Source§impl Clone for ALEInterface
impl Clone for ALEInterface
Source§fn clone(&self) -> ALEInterface
fn clone(&self) -> ALEInterface
Returns a duplicate 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 ALEInterface
impl Debug for ALEInterface
impl Copy for ALEInterface
Auto Trait Implementations§
impl Freeze for ALEInterface
impl RefUnwindSafe for ALEInterface
impl Send for ALEInterface
impl Sync for ALEInterface
impl Unpin for ALEInterface
impl UnwindSafe for ALEInterface
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