Struct spl_pod::primitives::PodI16
source · #[repr(transparent)]pub struct PodI16(_);
Expand description
i16
type that can be used in Pods
Trait Implementations§
source§impl PartialEq<PodI16> for PodI16
impl PartialEq<PodI16> for PodI16
impl Copy for PodI16
impl Pod for PodI16
impl StructuralPartialEq for PodI16
Auto Trait Implementations§
impl RefUnwindSafe for PodI16
impl Send for PodI16
impl Sync for PodI16
impl Unpin for PodI16
impl UnwindSafe for PodI16
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
source§impl<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
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.