pub struct __BindgenBitfieldUnit<Storage> { /* private fields */ }
Available on x86-64 only.
Implementations§
Source§impl<Storage> __BindgenBitfieldUnit<Storage>
impl<Storage> __BindgenBitfieldUnit<Storage>
Source§impl<Storage> __BindgenBitfieldUnit<Storage>
impl<Storage> __BindgenBitfieldUnit<Storage>
Trait Implementations§
Source§impl<Storage: Clone> Clone for __BindgenBitfieldUnit<Storage>
impl<Storage: Clone> Clone for __BindgenBitfieldUnit<Storage>
Source§fn clone(&self) -> __BindgenBitfieldUnit<Storage>
fn clone(&self) -> __BindgenBitfieldUnit<Storage>
Returns a duplicate 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 moreSource§impl<Storage: Debug> Debug for __BindgenBitfieldUnit<Storage>
impl<Storage: Debug> Debug for __BindgenBitfieldUnit<Storage>
Source§impl<Storage: Default> Default for __BindgenBitfieldUnit<Storage>
impl<Storage: Default> Default for __BindgenBitfieldUnit<Storage>
Source§fn default() -> __BindgenBitfieldUnit<Storage>
fn default() -> __BindgenBitfieldUnit<Storage>
Returns the “default value” for a type. Read more
Source§impl<Storage> FromBytes for __BindgenBitfieldUnit<Storage>where
Storage: FromBytes,
impl<Storage> FromBytes for __BindgenBitfieldUnit<Storage>where
Storage: FromBytes,
Source§impl<Storage> FromZeros for __BindgenBitfieldUnit<Storage>where
Storage: FromZeros,
impl<Storage> FromZeros for __BindgenBitfieldUnit<Storage>where
Storage: FromZeros,
Source§impl<Storage: Hash> Hash for __BindgenBitfieldUnit<Storage>
impl<Storage: Hash> Hash for __BindgenBitfieldUnit<Storage>
Source§impl<Storage> IntoBytes for __BindgenBitfieldUnit<Storage>where
Storage: IntoBytes,
impl<Storage> IntoBytes for __BindgenBitfieldUnit<Storage>where
Storage: IntoBytes,
Source§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl<Storage: Ord> Ord for __BindgenBitfieldUnit<Storage>
impl<Storage: Ord> Ord for __BindgenBitfieldUnit<Storage>
Source§fn cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Ordering
fn cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<Storage: PartialEq> PartialEq for __BindgenBitfieldUnit<Storage>
impl<Storage: PartialEq> PartialEq for __BindgenBitfieldUnit<Storage>
Source§fn eq(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
fn eq(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<Storage: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage>
impl<Storage: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage>
Source§impl<Storage> TryFromBytes for __BindgenBitfieldUnit<Storage>where
Storage: TryFromBytes,
impl<Storage> TryFromBytes for __BindgenBitfieldUnit<Storage>where
Storage: TryFromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl<Storage: Copy> Copy for __BindgenBitfieldUnit<Storage>
impl<Storage: Eq> Eq for __BindgenBitfieldUnit<Storage>
impl<Storage> Immutable for __BindgenBitfieldUnit<Storage>where
Storage: Immutable,
impl<Storage> StructuralPartialEq for __BindgenBitfieldUnit<Storage>
Auto Trait Implementations§
impl<Storage> Freeze for __BindgenBitfieldUnit<Storage>where
Storage: Freeze,
impl<Storage> RefUnwindSafe for __BindgenBitfieldUnit<Storage>where
Storage: RefUnwindSafe,
impl<Storage> Send for __BindgenBitfieldUnit<Storage>where
Storage: Send,
impl<Storage> Sync for __BindgenBitfieldUnit<Storage>where
Storage: Sync,
impl<Storage> Unpin for __BindgenBitfieldUnit<Storage>where
Storage: Unpin,
impl<Storage> UnwindSafe for __BindgenBitfieldUnit<Storage>where
Storage: UnwindSafe,
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