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