Struct alsa_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]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<Storage: Copy, Align: Copy> Copy 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]>, 
[src]

[src]

Returns a copy of the value. Read more

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]

[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]

[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]

impl<Storage: Hash, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

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]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

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]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

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> Sync for __BindgenBitfieldUnit<Storage, Align> where
    Align: Sync,
    Storage: Sync