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