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