Struct rust_htslib::htslib::__BindgenBitfieldUnit
source · pub struct __BindgenBitfieldUnit<Storage, Align> { /* private fields */ }
Implementations§
source§impl<Storage, Align> __BindgenBitfieldUnit<Storage, Align>
impl<Storage, Align> __BindgenBitfieldUnit<Storage, Align>
pub const fn new(storage: Storage) -> __BindgenBitfieldUnit<Storage, Align>
Trait Implementations§
source§impl<Storage, Align> Clone for __BindgenBitfieldUnit<Storage, Align>where
Storage: Clone,
Align: Clone,
impl<Storage, Align> Clone for __BindgenBitfieldUnit<Storage, Align>where Storage: Clone, Align: 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 for __BindgenBitfieldUnit<Storage, Align>where
Storage: Debug,
Align: Debug,
impl<Storage, Align> Debug for __BindgenBitfieldUnit<Storage, Align>where Storage: Debug, Align: Debug,
source§impl<Storage, Align> Default for __BindgenBitfieldUnit<Storage, Align>where
Storage: Default,
Align: Default,
impl<Storage, Align> Default for __BindgenBitfieldUnit<Storage, Align>where Storage: Default, Align: 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 for __BindgenBitfieldUnit<Storage, Align>where
Storage: Hash,
Align: Hash,
impl<Storage, Align> Hash for __BindgenBitfieldUnit<Storage, Align>where Storage: Hash, Align: Hash,
source§impl<Storage, Align> Ord for __BindgenBitfieldUnit<Storage, Align>where
Storage: Ord,
Align: Ord,
impl<Storage, Align> Ord for __BindgenBitfieldUnit<Storage, Align>where Storage: Ord, Align: 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<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: PartialEq<Storage>,
Align: PartialEq<Align>,
impl<Storage, Align> PartialEq<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where Storage: PartialEq<Storage>, Align: PartialEq<Align>,
source§fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<Storage, Align> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where
Storage: PartialOrd<Storage>,
Align: PartialOrd<Align>,
impl<Storage, Align> PartialOrd<__BindgenBitfieldUnit<Storage, Align>> for __BindgenBitfieldUnit<Storage, Align>where Storage: PartialOrd<Storage>, Align: PartialOrd<Align>,
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