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]
impl<Storage, Align> __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
pub fn new(storage: Storage) -> Self
[src]
pub fn new(storage: Storage) -> Self
pub fn get_bit(&self, index: usize) -> bool
[src]
pub fn get_bit(&self, index: usize) -> bool
pub fn set_bit(&mut self, index: usize, val: bool)
[src]
pub fn set_bit(&mut self, index: usize, val: bool)
pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64
[src]
pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64
pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64)
[src]
pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64)
Trait Implementations
impl<Storage: Copy, Align: Copy> Copy for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
impl<Storage: Copy, Align: Copy> Copy for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
impl<Storage: Clone, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
impl<Storage: Clone, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn clone(&self) -> __BindgenBitfieldUnit<Storage, Align>
[src]
fn clone(&self) -> __BindgenBitfieldUnit<Storage, Align>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl<Storage: Debug, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
impl<Storage: Debug, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
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]
impl<Storage: Default, Align: Default> Default for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn default() -> __BindgenBitfieldUnit<Storage, Align>
[src]
fn default() -> __BindgenBitfieldUnit<Storage, Align>
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]
impl<Storage: Eq, Align: Eq> Eq for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
impl<Storage: Hash, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
impl<Storage: Hash, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn hash<__HStorageAlign: Hasher>(&self, state: &mut __HStorageAlign)
[src]
fn hash<__HStorageAlign: Hasher>(&self, state: &mut __HStorageAlign)
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]
fn hash_slice<H>(data: &[Self], state: &mut H) where
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]
impl<Storage: Ord, Align: Ord> Ord for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn cmp(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> Ordering
[src]
fn cmp(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
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]
impl<Storage: PartialEq, Align: PartialEq> PartialEq for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn eq(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn ne(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests for !=
.
impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
[src]
impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage, Align> where
Storage: AsRef<[u8]> + AsMut<[u8]>,
fn partial_cmp(
&self,
other: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
[src]
fn partial_cmp(
&self,
other: &__BindgenBitfieldUnit<Storage, Align>
) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn lt(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn le(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn gt(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
[src]
fn ge(&self, other: &__BindgenBitfieldUnit<Storage, Align>) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
Auto Trait Implementations
impl<Storage, Align> Send for __BindgenBitfieldUnit<Storage, Align> where
Align: Send,
Storage: Send,
impl<Storage, Align> Send for __BindgenBitfieldUnit<Storage, Align> where
Align: Send,
Storage: Send,
impl<Storage, Align> Sync for __BindgenBitfieldUnit<Storage, Align> where
Align: Sync,
Storage: Sync,
impl<Storage, Align> Sync for __BindgenBitfieldUnit<Storage, Align> where
Align: Sync,
Storage: Sync,