Struct rust_htslib::htslib::__BindgenBitfieldUnit
source · #[repr(C)]pub struct __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]>,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<Storage, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Clone,
impl<Storage, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Clone,
source§fn clone(&self) -> __BindgenBitfieldUnit<Storage, Align>
fn clone(&self) -> __BindgenBitfieldUnit<Storage, Align>
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 moresource§impl<Storage, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Debug,
impl<Storage, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Debug,
source§impl<Storage, Align: Default> Default for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Default,
impl<Storage, Align: Default> Default for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Default,
source§fn default() -> __BindgenBitfieldUnit<Storage, Align>
fn default() -> __BindgenBitfieldUnit<Storage, Align>
Returns the “default value” for a type. Read more
source§impl<Storage, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Hash,
impl<Storage, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Hash,
source§impl<Storage, Align: Ord> Ord for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Ord,
impl<Storage, Align: Ord> Ord for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + Ord,
source§fn cmp(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> Ordering
fn cmp(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> 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, Align: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + PartialEq,
impl<Storage, Align: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + PartialEq,
source§fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
source§impl<Storage, Align: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + PartialOrd,
impl<Storage, Align: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: AsRef<[u8]> + AsMut<[u8]> + PartialOrd,
source§fn partial_cmp(
&self,
other: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more