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