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