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