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