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