Struct spl_token_2022::pod::PodU16
source · #[repr(transparent)]pub struct PodU16(_);
Expand description
u16
type that can be used in Pod
s
Trait Implementations
impl Copy for PodU16
impl Pod for PodU16
impl StructuralPartialEq for PodU16
Auto Trait Implementations
impl RefUnwindSafe for PodU16
impl Send for PodU16
impl Sync for PodU16
impl Unpin for PodU16
impl UnwindSafe for PodU16
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
sourceimpl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
. Read more