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