Struct vips_sys::__BindgenBitfieldUnit
[−]
[src]
#[repr(C)]pub struct __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>, { /* fields omitted */ }
Methods
impl<Storage, Align> __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
pub fn new(storage: Storage) -> Self
[src]
pub fn get_bit(&self, index: usize) -> bool
[src]
pub fn set_bit(&mut self, index: usize, val: bool)
[src]
pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64
[src]
pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64)
[src]
Trait Implementations
impl<Storage: Copy, Align: Copy> Copy for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
impl<Storage: Clone, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn clone(&self) -> __BindgenBitfieldUnit<Storage, Align>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<Storage: Debug, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<Storage: Default, Align: Default> Default for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn default() -> __BindgenBitfieldUnit<Storage, Align>
[src]
Returns the "default value" for a type. Read more
impl<Storage: Eq, Align: Eq> Eq for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
impl<Storage: Hash, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn hash<__HStorageAlign: Hasher>(&self, __arg_0: &mut __HStorageAlign)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<Storage: Ord, Align: Ord> Ord for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn cmp(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> Ordering
[src]
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
Compares and returns the minimum of two values. Read more
impl<Storage: PartialEq, Align: PartialEq> PartialEq for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn eq(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests for !=
.
impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn partial_cmp(
&self,
__arg_0: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
[src]
&self,
__arg_0: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, __arg_0: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more