Struct AGENT_STATE
#[repr(transparent)]pub struct AGENT_STATE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AGENT_STATE
impl Clone for AGENT_STATE
§fn clone(&self) -> AGENT_STATE
fn clone(&self) -> AGENT_STATE
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 more§impl Debug for AGENT_STATE
impl Debug for AGENT_STATE
§impl Default for AGENT_STATE
impl Default for AGENT_STATE
§fn default() -> AGENT_STATE
fn default() -> AGENT_STATE
Returns the “default value” for a type. Read more
§impl PartialEq for AGENT_STATE
impl PartialEq for AGENT_STATE
impl Copy for AGENT_STATE
impl Eq for AGENT_STATE
impl StructuralPartialEq for AGENT_STATE
Auto Trait Implementations§
impl Freeze for AGENT_STATE
impl RefUnwindSafe for AGENT_STATE
impl Send for AGENT_STATE
impl Sync for AGENT_STATE
impl Unpin for AGENT_STATE
impl UnwindSafe for AGENT_STATE
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