Enum mpl_metaplex::state::TupleNumericType
source · [−]#[repr(C)]
pub enum TupleNumericType {
Padding0,
U8,
U16,
Padding1,
U32,
Padding2,
Padding3,
Padding4,
U64,
}Variants
Padding0
U8
U16
Padding1
U32
Padding2
Padding3
Padding4
U64
Trait Implementations
sourceimpl BorshDeserialize for TupleNumericType
impl BorshDeserialize for TupleNumericType
sourceimpl BorshSerialize for TupleNumericType
impl BorshSerialize for TupleNumericType
sourceimpl Clone for TupleNumericType
impl Clone for TupleNumericType
sourcefn clone(&self) -> TupleNumericType
fn clone(&self) -> TupleNumericType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TupleNumericType
impl Debug for TupleNumericType
impl Copy for TupleNumericType
Auto Trait Implementations
impl RefUnwindSafe for TupleNumericType
impl Send for TupleNumericType
impl Sync for TupleNumericType
impl Unpin for TupleNumericType
impl UnwindSafe for TupleNumericType
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more